Skip to content

Commit

Permalink
refactor: use named export
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Aug 11, 2023
1 parent 868e609 commit 80a5e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export { Context as HandlerContext } from './context.js'
export { Event as HandlerEvent } from './event.js'
export { BuilderHandler, Handler, BackgroundHandler, HandlerCallback, StreamingHandler } from './handler.js'
export { BuilderResponse, Response as HandlerResponse, StreamingResponse } from './response.js'
export * from './v2.js'
export { Context } from './v2.js'

0 comments on commit 80a5e53

Please sign in to comment.