Skip to content

yuhr/uriware

Repository files navigation



uriware

GitHub

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 uriware
  • pnpm add uriware
  • yarn add uriware