urlobject
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

urlobject

latest version published to npm

Library for manipulating URLs.

Example

import {Url} from 'urlobject'
var url = Url.parse(window.location)
console.log('Querystring object:', url.query)

License

Copyright 2015 Christopher Brown. MIT Licensed.

Readme

Keywords

Package Sidebar

Install

npm i urlobject

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

9.98 kB

Total Files

4

Last publish

Collaborators

  • chbrown