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

x/fast/types.ts>Middleware

Speedy web framework
Go to Latest
type alias Middleware
import { type Middleware } from "https://deno.land/x/fast@5.3.1/types.ts";
definition: (ctx: Context) => Promise<unknown> | unknown