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

x/opine/src/types.ts>NextFunction

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

Call Signatures

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

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