Skip to main content
Module

x/ghst/mod.ts>MiddlewareFunc

A light-weight http framework built for Deno.
Latest
type alias MiddlewareFunc
import { type MiddlewareFunc } from "https://deno.land/x/ghst@v1.1.4/mod.ts";

Type that describes a middleware function.

definition: () => void