MatchOptionsCopyimport type { MatchOptions } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";interface MatchOptions extends PathToRegexpOptions {decode?: Decode | false;}§Extends§PathToRegexpOptions[src]§Properties§decode?: Decode | false[src]Function for decoding strings for params, or false to disable entirely. (default: decodeURIComponent)