mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
* Add the generated request identifier to http.IncomingMessage * Simply export express-pino-logger typings from pino-http
11 lines
397 B
TypeScript
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;
|