benji.monster/node_modules/helmet-csp/dist/index.d.ts
2020-01-03 21:48:09 +01:00

5 lines
268 B
TypeScript

/// <reference types="node" />
import { IncomingMessage, ServerResponse } from 'http';
import { CspOptions } from './lib/types';
declare const _default: (options: CspOptions) => (req: IncomingMessage, res: ServerResponse, next: () => void) => void;
export = _default;