Skip to main content
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.11/mod.ts";
definition: (h: HandlerFunc) => HandlerFunc