import { type TokensToRegexpOptions } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/shims/urlpattern/path-to-regex-modified.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
)