Package Exports
- jquery-deparam
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-deparam) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
jquery-deparam
Extracted $.deparam from Ben Alman's jquery-bbq with license info included. Deparam is the inverse of jquery's $.param method. It takes a querystring and converts it back into an object.
Install
bower install jquery-deparam
or
<script src="jquery-deparam.js"></script>
License
MIT