UNPKG

nocache

Version:

Middleware to destroy caching

6 lines (3 loc) 177 B
import { IncomingMessage, ServerResponse } from "http"; declare const nocache: () => (_req: IncomingMessage, res: ServerResponse, next: () => void) => void; export = nocache;