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

x/mith_router/example/deps.ts>NextFunction

Routing system for Mith framework
Latest
type alias NextFunction
import { type NextFunction } from "https://deno.land/x/mith_router@v0.5.0/example/deps.ts";
definition: (err?: any) => void