index.d.ts 268 Bytes Raw Blame History Permalink 1 2 3 4 5 /// <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;