import { type TokensToRegexpOptions } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=TokensToRegexpOptions";
Properties
optional
strict: boolean[src]When true
the regexp won't allow an optional trailing delimiter to match. (default: false
)
optional
start: boolean[src]When true
the regexp will match from the beginning of the string. (default: true
)
optional
delimiter: string[src]Sets the final character for non-ending optimistic matches. (default: /
)