Skip to content

vue-router / PathParserOptions

PathParserOptions

ts
type PathParserOptions = Pick<_PathParserOptions, "end" | "sensitive" | "strict">;

Released under the MIT License.