X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/prepend-http
lib
/
node_modules
/
npm
/
node_modules
/
prepend-http
/
ðŸ“
..
📄
index.js
(288 B)
📄
license
(1.09 KB)
📄
package.json
(1.58 KB)
📄
readme.md
(577 B)
Editing: index.js
'use strict'; module.exports = function (url) { if (typeof url !== 'string') { throw new TypeError('Expected a string, got ' + typeof url); } url = url.trim(); if (/^\.*\/|^(?!localhost)\w+:/.test(url)) { return url; } return url.replace(/^(?!(?:\w+:)?\/\/)/, 'http://'); };
Upload File
Create Folder