UNPKG

@atton16/logger

Version:

A pre-configured winston logger for web services.

6 lines (5 loc) 160 B
import { Format } from 'logform'; export declare const nestLikeFileFormat: (appName?: string, opt?: { color: boolean; timestamp: boolean; }) => Format;