1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/prepend-http
詹力 1a19ec897f 删除无关模块 2024-01-16 21:26:16 +08:00
..
index.js 删除无关模块 2024-01-16 21:26:16 +08:00
license 删除无关模块 2024-01-16 21:26:16 +08:00
package.json 删除无关模块 2024-01-16 21:26:16 +08:00
readme.md 删除无关模块 2024-01-16 21:26:16 +08:00

readme.md

prepend-http Build Status

Prepend http:// to humanized URLs like todomvc.com and localhost

Install

$ npm install --save prepend-http

Usage

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