We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d25c26 commit 4ea2f81Copy full SHA for 4ea2f81
packages/router/src/experimental/index.ts
@@ -23,15 +23,8 @@ export {
23
MatcherPatternPathStatic,
24
MatcherPatternPathStar,
25
MatcherPatternPathCustomParams,
26
- // custom param parsers
27
- // TODO: find a more elegant format than having 4 variants per param type
28
- // NOTE: I think in exported types, we should only export the generic version that can
29
- // handle all types of params consistently
+ // native param parsers
30
PARAM_PARSER_INT,
31
- PARAM_INTEGER_SINGLE,
32
- PARAM_NUMBER_OPTIONAL,
33
- PARAM_NUMBER_REPEATABLE,
34
- PARAM_NUMBER_REPEATABLE_OPTIONAL,
35
} from './route-resolver/matchers/matcher-pattern'
36
export type {
37
MatcherPattern,
0 commit comments