Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
prepend-http
/
File Content:
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://'); };
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
288 bytes
0644
license
1119 bytes
0644
package.json
1614 bytes
0644
readme.md
577 bytes
0644
N4ST4R_ID | Naxtarrr