UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 213 B
/** * @module * Cloudflare Pages Adapter for Hono. */ export { handle, handleMiddleware, serveStatic } from './handler'; export { getConnInfo } from './conninfo'; export type { EventContext } from './handler';