UNPKG

hono

Version:

Web framework built on Web Standards

6 lines (5 loc) 91 B
/** * Service Worker Adapter for Hono. * @module */ export { handle } from './handler';