Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface ParseOptions
import { type ParseOptions } from "https://deno.land/x/frugal@0.9.6/dep/path-to-regexp.ts";

Properties

optional
delimiter: string

Set the default delimiter for repeat parameters. (default: '/')

optional
prefixes: string

List of characters to automatically consider prefixes when parsing.