Vinícius Ernani de Carvalho 6c4544a079 Create the backend | преди 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