/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
prepend-http
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.121
PHP 7.4.33
Dir:
/usr/lib/node_modules/npm/node_modules/prepend-http
Edit:
/usr/lib/node_modules/npm/node_modules/prepend-http/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://'); };
Ukuran: 288 B