block-timestamp/lib/services/logger.d.ts

3 lines
117 B
TypeScript
Raw Permalink Normal View History

2024-12-23 00:50:20 +00:00
import winston from 'winston';
export declare function getLogger(label?: string, minLevel?: string): winston.Logger;