cjs-uri

1.4.2 • Public • Published

URL string handler

build status npm version dependencies status devDependencies status Gitter RunKit

Module to parse location URLs.

Installation

npm install cjs-uri

Usage

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.

Package Sidebar

Install

npm i cjs-uri

Weekly Downloads

1

Version

1.4.2

License

MIT

Unpacked Size

4.91 kB

Total Files

4

Last publish

Collaborators

  • cjssdk