securityHeadersMiddleware.d.ts 437 B

12345678910
  1. /// <reference types="node" />
  2. /**
  3. * Copyright (c) Facebook, Inc. and its affiliates.
  4. *
  5. * This source code is licensed under the MIT license found in the
  6. * LICENSE file in the root directory of this source tree.
  7. */
  8. import http from 'http';
  9. export default function securityHeadersMiddleware(req: http.IncomingMessage, res: http.ServerResponse, next: (err?: any) => void): void;
  10. //# sourceMappingURL=securityHeadersMiddleware.d.ts.map