prepend-url
v1.0.2
Published
Prepend an url to another url
Maintainers
Readme
prepend-url
Install
npm install prepend-urlUsage
const prependUrl = require('prepend-url')
console.log(
prependUrl(¬
'http://pablopunk.com',
'https://microsec.pw'
)
)
//=> https://microsec.pw/pablopunk.com/License
MIT
Author
| |
| --------------------------------- |
| Pablo Varela |
