mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/JiboViteDocs.git
synced 2026-06-16 09:56:26 +00:00
Initalize
This commit is contained in:
11
node_modules/feed/lib/utils.js
generated
vendored
Normal file
11
node_modules/feed/lib/utils.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.sanitize = void 0;
|
||||
function sanitize(url) {
|
||||
if (typeof (url) === 'undefined') {
|
||||
return;
|
||||
}
|
||||
return url.replace(/&/g, '&');
|
||||
}
|
||||
exports.sanitize = sanitize;
|
||||
//# sourceMappingURL=utils.js.map
|
||||
Reference in New Issue
Block a user