@milkmaccya2/hostswitch
Version:
A simple CLI tool to manage and switch between multiple hosts file profiles for different development environments
12 lines • 414 B
TypeScript
import type { ILogger } from '../interfaces';
export declare class ChalkLogger implements ILogger {
info(message: string): void;
warn(message: string): void;
warning(message: string): void;
error(message: string): void;
success(message: string): void;
dim(message: string): void;
bold(message: string): void;
debug(message: string): void;
}
//# sourceMappingURL=ChalkLogger.d.ts.map