Module

x/opine/src/types.ts>NextFunction

Minimalist web framework for Deno ported from ExpressJS.
Latest
interface NextFunction
import { type NextFunction } from "https://dotland.deno.dev/x/opine@2.3.4/src/types.ts";

Call Signatures

(err?: any): void
(deferToNext: "router"): void

"Break-out" of a router by calling {next('router')};