@ianwalter/url
v2.0.0
Published
The URL constructor / class without tears
Downloads
18
Readme
@ianwalter/url
The URL constructor / class without tears
Installation
yarn add @ianwalter/url
Usage
const createUrl = require('@ianwalter/url')
const url = createUrl('https://ianwalter.dev')
url.hostname //=> ianwalter.dev
url.pathname = '/projects'
url.href //=> https://ianwalter.dev/projects
License
Hippocratic License - See LICENSE
Created by Ian Walter