UNPKG

hono

Version:

Web framework built on Web Standards

12 lines (11 loc) 214 B
// src/adapter/service-worker/index.ts import { handle } from "./handler.js"; var fire = (app, options = { fetch: void 0 }) => { addEventListener("fetch", handle(app, options)); }; export { fire, handle };