uriware
v0.1.0
Published
Yet another RFC3986-aware URI utilities.
Readme
uriware
Yet another RFC3986-aware URI utilities.
This package is still under heavy development.
It's bundled with dnt, so it should work in browsers, Deno and Node.js.
Installation
For Deno, pick your favorite registry from the following:
import uriware from "https://nest.land/package/uriware/index.ts"import uriware from "https://deno.land/x/uriware/index.ts"import uriware from "https://esm.sh/uriware"
For Node.js, just install uriware from the npm registry:
npm install uriwarepnpm add uriwareyarn add uriware
