cleanifix
Version:
Intelligent data cleaning CLI with natural language support - Docker-powered Python engine
8 lines • 432 B
TypeScript
import winston from 'winston';
export declare const logger: winston.Logger;
export declare const logError: (message: string, error?: Error) => void;
export declare const logSuccess: (message: string) => void;
export declare const logWarning: (message: string) => void;
export declare const logInfo: (message: string) => void;
export declare const logDebug: (message: string, data?: any) => void;
//# sourceMappingURL=logger.d.ts.map