Skip to main content
Module

x/fast/mod.ts>Middleware

Deno web framework with almost zero overhead.
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fast@4.0.0-beta.3/mod.ts";
definition: (ctx: Context, next: NextFunction) => Promise<unknown> | unknown