Skip to main content
Module

x/uriware/index.ts>RegExpUri.Whitelist

Yet another RFC3986-aware URI utilities.
Go to Latest
type alias RegExpUri.Whitelist
import { type RegExpUri } from "https://deno.land/x/uriware@v0.0.2/index.ts";
const { Whitelist } = RegExpUri;
definition: { allow: T[]; disallow?: never; }