Skip to main content
Module

x/uriware/index.ts>RegExpUri.Blacklist

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