1.0.1 • Published 6 years ago

@nazreinkaram/urltools v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

Fun with URLs

npm i @nazreinkaram/urltools
const urltools = require('@nazreinkaram/urltools')

urltools.encodeURL('http://example.com/path/to/destination')

// returns http%3A%2F%2Fexample.com%2Fpath%2Fto%2Fdestination

urltools.decodeURL('http%3A%2F%2Fexample.com%2Fpath%2Fto%2Fdestination')

// returns http://example.com/path/to/destination