🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 01:32:25 | PHP 8.1.34
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs12
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
prepend-http
📍 /opt/alt/alt-nodejs12/root/usr/lib/node_modules/npm/node_modules.bundled/prepend-http
🔄 Refresh
✏️
Editing: readme.md
Read Only
# prepend-http [](https://travis-ci.org/sindresorhus/prepend-http) > Prepend `http://` to humanized URLs like `todomvc.com` and `localhost` ## Install ``` $ npm install --save prepend-http ``` ## Usage ```js const prependHttp = require('prepend-http'); prependHttp('todomvc.com'); //=> 'http://todomvc.com' prependHttp('localhost'); //=> 'http://localhost' prependHttp('http://todomvc.com'); //=> 'http://todomvc.com' ``` ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
💾 Save Changes
❌ Cancel