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