Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/path-to-regexp.ts>Match

A frugal web framework
Latest
type alias Match
import { type Match } from "https://deno.land/x/frugal@0.9.6/dep/path-to-regexp.ts";

A match is either false (no match) or a match result.

Type Parameters

optional
P extends object = object
definition: false | MatchResult<P>