Skip to main content
Module

x/fast/mod.ts>Middleware

Small web framework with near-native performance.
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fast@4.0.0-alpha.4/mod.ts";
definition: (ctx: Context, next: NextFunction) => Promise<unknown> | unknown