block-timestamp/lib/services/logger.d.ts
2024-12-19 14:13:17 +00:00

3 lines
117 B
TypeScript
Vendored

import winston from 'winston';
export declare function getLogger(label?: string, minLevel?: string): winston.Logger;