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