started adding the logic for RSS feeds, started storing metainfo and torrent files in database directly
This commit is contained in:
9
torrent-project/node_modules/react-select/lib/utils/trim.js
generated
vendored
Normal file
9
torrent-project/node_modules/react-select/lib/utils/trim.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = trim;
|
||||
function trim(str) {
|
||||
return str.replace(/^\s+|\s+$/g, '');
|
||||
}
|
Reference in New Issue
Block a user