anyig
Version:
A powerful and extensible tool for generating ignore files for various development tools and environments
17 lines • 630 B
TypeScript
export declare class Logger {
private static colors;
private static colorize;
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;
static log(message: string): void;
static title(message: string): void;
static subtitle(message: string): void;
static dim(message: string): void;
static newLine(): void;
static separator(): void;
static progress(current: number, total: number, message?: string): void;
}
//# sourceMappingURL=logger.d.ts.map