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@v3.11.7/helper.ts";

type

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