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

ParseOptions

import type { ParseOptions } from "https://raw.githubusercontent.com/pillarjs/path-to-regexp/master/src/index.ts";
interface ParseOptions {
encodePath?: Encode;
}

§Properties

§
encodePath?: Encode
[src]

A function for encoding input strings.