Files
DefinitelyTyped/types/express-pino-logger/index.d.ts
Griffin YourickandRyan Cavanaugh 3972699da2 [pino-http, express-pino-logger] Add id to http.IncomingMessage
* Add the generated request identifier to http.IncomingMessage

* Simply export express-pino-logger typings from pino-http
2019-10-03 15:27:42 -07:00

11 lines
397 B
TypeScript

// Type definitions for express-pino-logger 4.0
// Project: https://github.com/pinojs/express-pino-logger#readme
// Definitions by: Oleg Repin <https://github.com/iamolegga>
// Griffin Yourick <https://github.com/tough-griff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.7
import PinoHttp = require("pino-http");
export = PinoHttp;