teddit/node_modules/helmet/dist/middlewares/x-download-options/index.d.ts
2020-11-17 21:44:32 +01:00

4 lines
198 B
TypeScript

import { IncomingMessage, ServerResponse } from "http";
declare function xDownloadOptions(): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export default xDownloadOptions;