interface CompileOptions
implements ParseOptions
import { type CompileOptions } from "https://deno.land/x/path_to_regexp@v7.1.0/index.ts";
Properties
optional
encode: Encode | falseFunction for encoding input strings for output into the path, or false
to disable entirely. (default: encodeURIComponent
)