tovarish-relayer/lib/services/logger.d.ts

3 lines
117 B
TypeScript
Raw Normal View History

2024-11-13 04:42:13 +03:00
import winston from 'winston';
export declare function getLogger(label?: string, minLevel?: string): winston.Logger;