Skip to main content
Module

x/superdeno/test/deps.ts>Oak.Next

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

A function for chaining middleware.

definition: () => Promise<unknown>