Skip to main content
Module

x/abc/abc.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@v0.1.10/abc.ts";
definition: (h: HandlerFunc) => HandlerFunc