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

x/abc/mod.ts>MiddlewareFunc

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