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

x/abc/mod.ts>MiddlewareFunc

A better Deno framework to create web application.
Go to Latest
type alias MiddlewareFunc
import { type MiddlewareFunc } from "https://deno.land/x/abc@v1.3.1/mod.ts";
definition: (next: HandlerFunc) => HandlerFunc