|
5 өдөр өмнө | |
---|---|---|
.. | ||
index.js | 5 өдөр өмнө | |
license | 5 өдөр өмнө | |
package.json | 5 өдөр өмнө | |
readme.md | 5 өдөр өмнө |
Prepend
http://
to humanized URLs liketodomvc.com
andlocalhost
$ npm install --save prepend-http
const prependHttp = require('prepend-http');
prependHttp('todomvc.com');
//=> 'http://todomvc.com'
prependHttp('localhost');
//=> 'http://localhost'
prependHttp('http://todomvc.com');
//=> 'http://todomvc.com'
MIT © Sindre Sorhus