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