0.4.1 • Published 5d ago
@react-foundry/uri
Licence
MIT
Version
0.4.1
Deps
1
Size
7 kB
Vulns
0
Weekly
0
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/uri
Then 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 install
Building
npm run build
Clean-up
npm run clean