UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 252 B
/** * @module * Lambda@Edge Adapter for Hono. */ export { handle } from './handler'; export { getConnInfo } from './conninfo'; export type { Callback, CloudFrontConfig, CloudFrontRequest, CloudFrontResponse, CloudFrontEdgeEvent, } from './handler';