UNPKG

hono

Version:

Web framework built on Web Standards

10 lines (9 loc) 156 B
// src/adapter/netlify/handler.ts var handle = (app) => { return (req, context) => { return app.fetch(req, { context }); }; }; export { handle };