Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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