Module

x/hono/compose.ts>compose

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable compose
import { compose } from "https://dotland.deno.dev/x/hono@v3.8.0-rc.3/compose.ts";

type

<C extends ComposeContext, E extends Env = Env>(
middleware: Function[],
onError?: ErrorHandler<E>,
onNotFound?: NotFoundHandler<E>,
) => unknown