Skip to content

Commit 37c2cf1

Browse files
committed
chore: empty lines
1 parent 9c8268c commit 37c2cf1

File tree

1 file changed

+0
-3
lines changed
  • packages/router/src/experimental/route-resolver/matchers/param-parsers

1 file changed

+0
-3
lines changed

packages/router/src/experimental/route-resolver/matchers/param-parsers/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export type { ParamParser }
4141
* @see {@link defineParamParser}
4242
*/
4343
/*! #__NO_SIDE_EFFECTS__ */
44-
4544
export function definePathParamParser<
4645
TParam,
4746
// path params are parsed by the router as these
@@ -63,7 +62,6 @@ export function definePathParamParser<
6362
* @see {@link defineParamParser}
6463
*/
6564
/*! #__NO_SIDE_EFFECTS__ */
66-
6765
export function defineQueryParamParser<
6866
TParam,
6967
// we can allow pushing with extra values
@@ -80,5 +78,4 @@ export function defineQueryParamParser<
8078
* @see {@link definePathParamParser}
8179
*/
8280
/*! #__NO_SIDE_EFFECTS__ */
83-
8481
export const defineParamParser = defineQueryParamParser

0 commit comments

Comments
 (0)