UNPKG

nodejs-logitron

Version:

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

9 lines (6 loc) 189 B
import { CorsOptions } from 'cors'; declare const startServer: ({ logFilePath, corsOptions }: { logFilePath: string; corsOptions: CorsOptions; }) => void; export { startServer };