@yurkimus/url
v0.2.8
Published
JavaScript utility for effortless URL building.
Readme
Url
JavaScript utility for effortless URL building.
Table of Contents
Installation
URLs
Github
"@yurkimus/url": "github:yurkimus/url"Raw
"@yurkimus/url": "https://raw.githubusercontent.com/yurkimus/url/main/source/index.js"Dependencies
- @yurkimus/types
Exports
url
Definition:
url :: object -> URLExample:
url({ base: 'http://localhost', pathname: 'tasks' }) // => URL { ... }