Module

x/abc/types.ts>MiddlewareFunc

A better Deno framework to create web application.
Go to Latest
type alias MiddlewareFunc
import { type MiddlewareFunc } from "https://dotland.deno.dev/x/abc@v1.0.0-rc1/types.ts";
definition: (h: HandlerFunc) => HandlerFunc