3 lines
117 B
TypeScript
3 lines
117 B
TypeScript
|
import winston from 'winston';
|
||
|
export declare function getLogger(label?: string, minLevel?: string): winston.Logger;
|