Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh/src/server/types.ts>MiddlewareModule

The next-gen web framework.
Extremely Popular
Go to Latest
interface MiddlewareModule
import { type MiddlewareModule } from "https://deno.land/x/fresh@1.1.2/src/server/types.ts";

Type Parameters

optional
State = any

Properties

handler: MiddlewareHandler<State> | MiddlewareHandler<State>[]