Skip to content

Commit 726157b

Browse files
committed
add route handler builder
1 parent 869344d commit 726157b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export { createZodRoute } from './createZodRoute';
2+
export { type RouteHandlerBuilder } from './routeHandlerBuilder';
23
export { type HandlerFunction, type RouteHandlerBuilderConfig } from './types';

0 commit comments

Comments
 (0)