UNPKG

hono

Version:

Web framework built on Web Standards

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