UNPKG

cc-code-status

Version:

Enhanced Claude Code launcher with statusline - supports multiple custom API configurations and code statistics

12 lines 337 B
/** * 日志工具 * 提供统一的彩色日志输出 */ export declare class Logger { static info(message: string): void; static success(message: string): void; static warning(message: string): void; static error(message: string): void; static debug(message: string): void; } //# sourceMappingURL=logger.d.ts.map