UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 253 B
export declare function log(message: string, type?: 'info' | 'warn' | 'success' | 'error' | 'light', prefix?: string, logPath?: string): void; export declare function logError(message: string, prefix?: string): void; //# sourceMappingURL=logger.d.ts.map