interface MatchOptions
implements PathToRegexpOptions
import { type MatchOptions } from "https://deno.land/x/path_to_regexp@v7.1.0/index.ts";
Properties
optional
decode: Decode | falseFunction for decoding strings for params, or false
to disable entirely. (default: decodeURIComponent
)