Skip to main content
Latest
interface MatchResult
import { type MatchResult } from "https://deno.land/x/frugal@0.9.6/dep/path-to-regexp.ts";

A match result contains data about the path match.

Type Parameters

optional
P extends object = object

Properties

path: string
index: number
params: P