📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 14:10:41
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
prepend-http
📍 /usr/lib/node_modules/npm/node_modules/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