Skip to main content
Module

x/van_router/mod.ts>NextFunction

A small router middleware for vanilla-js.
Latest
type alias NextFunction
import { type NextFunction } from "https://deno.land/x/van_router@0.6.5/mod.ts";
definition: (err?: Error) => TRet