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

x/ash/src/Server/middlewareStack.ts>AshMiddleware

A stylish web framework for Deno!
Latest
type alias AshMiddleware
import { type AshMiddleware } from "https://deno.land/x/ash@1.3.6/src/Server/middlewareStack.ts";

Middleware stack item type.

definition: (Function | Controller | Middleware)