cjs-uri
v1.4.2
Published
Parse the given URL location string into object.
Maintainers
Readme
URL string handler
Module to parse location URLs.
Installation
npm install cjs-uriUsage
Add to the scope:
var parse = require('cjs-uri').parse;Parse current location:
console.log(parse(document.location.href));Contribution
If you have any problems or suggestions please open an issue according to the contribution rules.
License
cjs-uri is released under the MIT License.
