Skip to main content
Module

x/aleph/runtime/core/url_pattern.ts>URLPatternResult

The Full-stack Framework in Deno.
Go to Latest
type alias URLPatternResult
import { type URLPatternResult } from "https://deno.land/x/aleph@1.0.0-beta.1/runtime/core/url_pattern.ts";
definition: { host: { input: string; groups: Record<string, string>; }; pathname: { input: string; groups: Record<string, string>; }; }