hono
Version:
Web framework built on Web Standards
10 lines (9 loc) • 337 B
TypeScript
/**
* @module
* Bun Adapter for Hono.
*/
export { serveStatic } from './serve-static';
export { bunFileSystemModule, toSSG } from './ssg';
export { createBunWebSocket, upgradeWebSocket, websocket } from './websocket';
export type { BunWebSocketData, BunWebSocketHandler } from './websocket';
export { getConnInfo } from './conninfo';