/urlobject

Library for manipulating URLs

Primary LanguageTypeScript

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.