UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 151 B
// src/adapter/vercel/index.ts import { handle } from "./handler.js"; import { getConnInfo } from "./conninfo.js"; export { getConnInfo, handle };