Skip to main content
Module

x/oak/mod.ts>Next

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
type alias Next
import { type Next } from "https://deno.land/x/oak@v12.5.0/mod.ts";

A function for chaining middleware.

definition: () => Promise<unknown>