|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
license | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
readme.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) |
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