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

x/fast/server/middleware.ts>NextFunction

Small web framework with near-native performance.
Go to Latest
type alias NextFunction
import { type NextFunction } from "https://deno.land/x/fast@3.7.0/server/middleware.ts";
definition: (ctx: Context) => Promise<Response>