chbrown / urlobject

Library for manipulating URLs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Library for manipulating URLs


Languages

Language:TypeScript 100.0%