Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/superdeno/test/deps.ts>Opine.NextFunction

Super-agent driven library for testing Deno HTTP servers.
Latest
interface Opine.NextFunction
import { type Opine } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { NextFunction } = Opine;

Call Signatures

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

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