querystring2
querystring package
Modular and environment agnostic version of Node'sProvides two modules parse
and stringify
, which work exactly same as Node's querystring
.
Installation
NPM
In your project path:
$ npm install querystring2
To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: Browserify, Webmake or Webpack
$ npm test