Skip to content

Commit 4ea2f81

Browse files
committed
chore: remove extra exports
1 parent 6d25c26 commit 4ea2f81

File tree

1 file changed

+1
-8
lines changed
  • packages/router/src/experimental

1 file changed

+1
-8
lines changed

packages/router/src/experimental/index.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,8 @@ export {
2323
MatcherPatternPathStatic,
2424
MatcherPatternPathStar,
2525
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
26+
// native param parsers
3027
PARAM_PARSER_INT,
31-
PARAM_INTEGER_SINGLE,
32-
PARAM_NUMBER_OPTIONAL,
33-
PARAM_NUMBER_REPEATABLE,
34-
PARAM_NUMBER_REPEATABLE_OPTIONAL,
3528
} from './route-resolver/matchers/matcher-pattern'
3629
export type {
3730
MatcherPattern,

0 commit comments

Comments
 (0)