Skip to main content
Module

x/fast/mod.ts>NextFunction

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