obj-to-querystring
v1.0.0
Published
Create a query string from an input object
Downloads
2
Readme
obj-to-querystring
About
This function is similar to assign-obj-params in which I've been using internally with some client work and also some other open source projects.
I've decided to open source this component to further modularize my code.
Installing
npm i obj-to-querystring
or in a npm package
npm i obj-to-querystring --save