Module

x/ash/src/Router/RouteMatchResult.ts>default

A stylish web framework for Deno!
Latest
interface default
import { type default } from "https://dotland.deno.dev/x/ash@1.3.6/src/Router/RouteMatchResult.ts";

The result of Route.test().

Properties

matched: boolean

Whether or not the path has matched.

optional
string: string

The matched string.

optional
parameters: string[]

A list of parameters.

optional
route: Route

The matched route.