dijkstra-backend-cloudron/node_modules/helmet-csp/dist/index.d.ts

6 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;