Module

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

A stylish web framework for Deno!
Latest
interface RouteMatchResult
import { type RouteMatchResult } 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.