ripple-ai-detector
Version:
🌊 Ripple AI Bug Detector - Built by an AI that knows its flaws. Catch AI-generated bugs before you commit.
21 lines • 725 B
TypeScript
export declare class Logger {
private spinner;
success(message: string): void;
error(message: string): void;
warning(message: string): void;
info(message: string): void;
aiDetected(message: string, confidence: number): void;
bugFound(message: string): void;
tip(message: string): void;
upgrade(message: string): void;
money(message: string): void;
startSpinner(message: string): void;
updateSpinner(message: string): void;
stopSpinner(success?: boolean, message?: string): void;
usageStatus(current: number, limit: number): void;
separator(): void;
newLine(): void;
header(): void;
}
export declare const logger: Logger;
//# sourceMappingURL=logger.d.ts.map