deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / compose.d.ts
123import type { ErrorHandler, NotFoundHandler } from './hono';export declare const compose: <C>(middleware: Function[], onError?: ErrorHandler, onNotFound?: NotFoundHandler) => (context: C, next?: Function) => Promise<C>;
Version Info