1.0.0 • Published 7 months ago

@neumatter/uri v1.0.0

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

URI

JavaScript Style Guide

URI class that can be used on relative URIs.

Table of Contents

Install

npm i @neumatter/uri

Usage

import URI from '@neumatter/uri'

const uri = new URI('https://example.com/schemas/address#/properties/street_address')
// do something with uri
import URI from '@neumatter/uri'

const uri = new URI('#/properties/street_address')
// do something with uri
import URI from '@neumatter/uri'

const uri = new URI('/schemas/address')
// do something with uri