Skip to main content
Module

x/keywork/mod.ts>RouterUtils.RouteMatch

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface RouterUtils.RouteMatch
Re-export
import { type RouterUtils } from "https://deno.land/x/keywork@v6.2.1/mod.ts";
const { RouteMatch } = RouterUtils;

Type Parameters

optional
BoundAliases = { }

Properties

parsedRoute: ParsedRoute<BoundAliases>