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

x/mith/example/deps.ts>NextFunction

A middleware framework for Deno's http/s server.
Latest
type alias NextFunction
import { type NextFunction } from "https://deno.land/x/mith@v0.9.6/example/deps.ts";
definition: (err?: any) => void