Skip to content

ianwalter/url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ianwalter/url

The URL constructor / class without tears

npm page CI

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

About

The URL constructor / class without tears

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published