UNPKG

@joker.front/cli

Version:

The Next-Generation Front-End Toolchain: Swift, Efficient, and Adaptive.

8 lines (7 loc) 283 B
import type { NextFunction } from "connect"; import type * as http from "node:http"; import { Server } from ".."; export declare class CompressionMiddleware { constructor(server: Server); exec(req: http.IncomingMessage, res: http.ServerResponse, next: NextFunction): void; }