Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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