Files
test/_node_modules/hono/dist/adapter/vercel/index.js
2026-02-20 16:06:40 +09:00

8 lines
151 B
JavaScript

// src/adapter/vercel/index.ts
import { handle } from "./handler.js";
import { getConnInfo } from "./conninfo.js";
export {
getConnInfo,
handle
};