Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/bun_tea/core/middleware.ts>exec

Fast, Bun-powered, and Bun-only(for now) Web API framework with full Typescript support.
Latest
function exec
import { exec } from "https://deno.land/x/bun_tea@v0.0.1-alpha.20/core/middleware.ts";

Execute a sequence of middlewares

Type Parameters

optional
M extends Record<string, any> = { }

Parameters

context: AppContext<M>
middlewares: Array<MiddlewareFunction<M>>