Skip to main content
Module

x/uriware/index.ts>RegExpUri.NamedCaptureGroups

Yet another RFC3986-aware URI utilities.
Go to Latest
type alias RegExpUri.NamedCaptureGroups
import { type RegExpUri } from "https://deno.land/x/uriware@v0.0.2/index.ts";
const { NamedCaptureGroups } = RegExpUri;
definition: { uri: string; scheme: string | undefined; authority: string | undefined; userinfo: string | undefined; host: string | undefined; port: string | undefined; path: string | undefined; query: string | undefined; fragment: string | undefined; }