1.4.2 • Published 7 years ago
cjs-uri v1.4.2
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.