Module

x/hono/mod.ts>MiddlewareHandler

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
type alias MiddlewareHandler
import { type MiddlewareHandler } from "https://dotland.deno.dev/x/hono@v4.1.5/mod.ts";

Type Parameters

optional
E extends Env = any
optional
P extends string = string
optional
I extends Input = { }
definition: (c: Context<E, P, I>, next: Next) => Promise<Response | void>