UNPKG

@httpc/kit

Version:

httpc toolbox for building function-based API with minimal code and end-to-end type safety

3 lines (2 loc) 154 B
import { HttpCServerMiddleware } from "@httpc/server"; export declare function ContainerMiddleware(mode?: "request" | "global"): HttpCServerMiddleware;