UNPKG

nodejs-logsage

Version:

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

8 lines (5 loc) 191 B
import { Request, Response, NextFunction } from 'express'; declare class RequestMiddleware { use(req: Request, res: Response, next: NextFunction): void; } export { RequestMiddleware };