Skip to main content
type alias Middleware
Re-export
import { type Middleware } from "https://deno.land/x/etag@0.0.1/mod.ts";

Type Parameters

optional
S = unknown
definition: (context: Context<S>, next: Fn<State, [Context]>) => Promise<void>