Skip to main content
Module

x/path_to_regexp/index.ts>MatchResult

Turn a path string such as `/user/:name` into a regular expression
Go to Latest
interface MatchResult
import { type MatchResult } from "https://deno.land/x/path_to_regexp@v6.2.1/index.ts";

A match result contains data about the path match.

Type Parameters

optional
P extends object = object

Properties

path: string
index: number
params: P