Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 80a5e53

Browse files
committed
refactor: use named export
1 parent 868e609 commit 80a5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export { Context as HandlerContext } from './context.js'
22
export { Event as HandlerEvent } from './event.js'
33
export { BuilderHandler, Handler, BackgroundHandler, HandlerCallback, StreamingHandler } from './handler.js'
44
export { BuilderResponse, Response as HandlerResponse, StreamingResponse } from './response.js'
5-
export * from './v2.js'
5+
export { Context } from './v2.js'

0 commit comments

Comments
 (0)