Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MatchOptions

import type { MatchOptions } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";
interface MatchOptions extends PathToRegexpOptions {
decode?: Decode | false;
}

§Extends

§Properties

§
decode?: Decode | false
[src]

Function for decoding strings for params, or false to disable entirely. (default: decodeURIComponent)