Skip to main content
Module

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

A frugal web framework
Go to Latest
type alias Match
import { type Match } from "https://deno.land/x/frugal@0.2.1/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>