Skip to main content
Module

x/hono/helper.ts>createMiddleware

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable createMiddleware
import { createMiddleware } from "https://deno.land/x/hono@v4.1.0-rc.1/helper.ts";

type

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