UNPKG

hono

Version:

Web framework built on Web Standards

9 lines (8 loc) 234 B
/** * @module * Bun Adapter for Hono. */ export { serveStatic } from './serve-static'; export { bunFileSystemModule, toSSG } from './ssg'; export { createBunWebSocket } from './websocket'; export { getConnInfo } from './conninfo';