Module

x/hono/helper/factory/index.ts>middleware

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable middleware
import { middleware } from "https://dotland.deno.dev/x/hono@v3.7.2/helper/factory/index.ts";

type

<E extends Env = any, P extends string = any, I extends Input = { }>(middleware: MiddlewareHandler<E, P, I>) => unknown