Skip to main content
Module

x/hono/mod.ts>MiddlewareHandler

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
type alias MiddlewareHandler
import { type MiddlewareHandler } from "https://deno.land/x/hono@v3.7.6/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>