Skip to main content
Module

x/hono/compose.ts>compose

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable compose
import { compose } from "https://deno.land/x/hono@v3.7.2/compose.ts";

type

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