1.0.0 • Published 10 months ago

bare-querystring v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

bare-querystring

URL query strings utilities.

npm i bare-querystring

Usage

const querystring = require('bare-querystring')

querystring.decode('name=ferret') // `{ name: "ferret" }`

querystring.encode({ name: 'ferret' }) // `name=ferret`

License

Apache-2.0

1.0.0

10 months ago