UNPKG

hono

Version:

Web framework built on Web Standards

3 lines (2 loc) 147 B
import type { Hono } from '../../hono'; export declare const handle: (app: Hono<any, any, any>) => (req: Request) => Response | Promise<Response>;