UNPKG

cleanifix

Version:

Intelligent data cleaning CLI with natural language support - Docker-powered Python engine

27 lines 695 B
export declare class OutputFormatter { /** * Format the analyze command results */ static formatAnalyzeResults(result: any): void; /** * Format the clean command results */ static formatCleanResults(result: any): void; /** * Format error messages */ static formatError(error: any): void; /** * Create a visual progress bar */ private static createProgressBar; /** * Format generic success message */ static formatSuccess(message: string): void; /** * Format the output based on command type and result */ static format(result: any): void; } //# sourceMappingURL=output-formatter.d.ts.map