UNPKG

convert-params

Version:
28 lines (19 loc) 627 B
# convert-params convert query string to desired types ## Getting Started Install the module with: `npm install convert-params` ```javascript var convert_params = require('convert-params'); convert_params.awesome(); // "awesome" ``` ## Documentation _(Coming soon)_ ## Examples _(Coming soon)_ ## Contributing In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History _(Nothing yet)_ ## License Copyright (c) 2013 Ryan Fitzgerald Licensed under the MIT license.