1.0.0 • Published 7 years ago

obj-to-querystring v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

obj-to-querystring

npm version

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

Where its used (Open Source)