UNPKG

@dharshansr/gitgenius

Version:

AI-powered commit message generator with enhanced features

15 lines 624 B
export declare class DisplayUtils { static success(message: string, withIcon?: boolean): void; static error(message: string): void; static warning(message: string): void; static info(message: string): void; static log(category: string, message: string): void; static highlight(message: string): void; static dim(message: string): void; static accent(message: string): void; static cyan(message: string): void; static green(message: string): void; static formatList(items: string[], indent?: string): void; static separator(): void; } //# sourceMappingURL=DisplayUtils.d.ts.map