systraceProfileMiddleware.d.ts 437 B

123456789101112
  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 systraceProfileMiddleware(req: http.IncomingMessage & {
  10. rawBody: string;
  11. }, res: http.ServerResponse): void;
  12. //# sourceMappingURL=systraceProfileMiddleware.d.ts.map