import { type TokensToRegexpOptions } from "https://deno.land/x/path_to_regexp@v6.3.0/index.ts";
Properties
When true
the regexp won't allow an optional trailing delimiter to match. (default: false
)
When true
the regexp will match from the beginning of the string. (default: true
)