Skip to main content
Module

x/uriware/RegExpUri.ts>default.NamedCaptureGroups

Yet another RFC3986-aware URI utilities.
Go to Latest
type alias default.NamedCaptureGroups
import { type default } from "https://deno.land/x/uriware@v0.0.2/RegExpUri.ts";
const { NamedCaptureGroups } = default;
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; }