Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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>