UNPKG

ruch

Version:

Revolutionary React TypeScript CLI with hexagonal architecture & AI-powered development assistance. Create maintainable, scalable applications with domain-driven design and integrated AI tooling.

9 lines 309 B
import type { Logger } from '../interfaces'; export declare class ConsoleLogger implements Logger { info(message: string): void; success(message: string): void; error(message: string): void; warning(message: string): void; log(message: string): void; } //# sourceMappingURL=logger.d.ts.map