@react-foundry/uri
v0.1.8
Published
A more forgiving alternative to JavaScript's standard URL class.
Downloads
1,539
Readme
React Foundry - 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 @react-foundry/uriThen use it in your code as follows:
import { URI } from '@react-foundry/uri';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm installBuilding
npm run buildClean-up
npm run clean