Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/mod.ts>MiddlewareFunction

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
type alias MiddlewareFunction
Re-export
import { type MiddlewareFunction } from "https://deno.land/x/danet@1.7.3/src/mod.ts";
definition: (ctx: HttpContext, next: NextFunction) => unknown