UNPKG

hono

Version:

Web framework built on Web Standards

7 lines (6 loc) 125 B
/** * @module * Vercel Adapter for Hono. */ export { handle } from './handler'; export { getConnInfo } from './conninfo';