1
2
3
import { HttpHandler } from "https://esm.town/v/emarref/HttpHandler";
export type HttpMiddleware = (next: HttpHandler) => HttpHandler;