UNPKG

nodejs-logitron

Version:

Powerful logger module for Nodejs/ Nestjs, seamlessly integrating Pino and Winston for flexible logging with easy configuration.

6 lines (3 loc) 176 B
import { Request, Response, NextFunction } from 'express'; declare function traceMiddleware(req: Request, _: Response, next: NextFunction): void; export { traceMiddleware };