UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 115 B
// src/adapter/vercel/handler.ts var handle = (app) => (req) => { return app.fetch(req); }; export { handle };