Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

URLPatternComponentResult

import type { URLPatternComponentResult } from "https://raw.githubusercontent.com/worker-tools/router/master/index.ts";
interface URLPatternComponentResult {
groups: {
[key: string]: string | undefined;
}
;
input: string;
}

§Properties

§
groups: {
[key: string]: string | undefined;
}
[src]
§
input: string
[src]