/**
 * Service Worker Adapter for Hono.
 * @module
 */
export { handle } from './handler';
