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: readme.md
# 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)
Upload File
Create Folder