Skip to main content
Module

x/path_to_regexp/index.ts>ParseOptions

Turn a path string such as `/user/:name` into a regular expression
Go to Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/path_to_regexp@v7.1.0/index.ts";

Properties

optional
delimiter: string

The default delimiter for segments. (default: '/')

optional
encodePath: Encode

A function for encoding input strings.