@not-govuk/uri
v0.15.2
Published
A more forgiving alternative to JavaScript's standard URL class.
Downloads
907
Readme
NotGovUK - URI
A more forgiving alternative to JavaScript's standard URL class. Supports nested structures in the query-strings.
Using this package
First install the package into your project:
npm install -S @not-govuk/uri
Then use it in your code as follows:
import { URI } from '@not-govuk/uri';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm install
Building
npm run build
Clean-up
npm run clean