UNPKG

intertools

Version:

🚀 Professional development assistant with Backend Engineer Mode. Auto-starts with full functionality, no prompts, iterative problem solving. Features: AI chat orchestrator, terminal monitoring, file analysis, error correction, performance optimization. C

12 lines • 296 B
#!/usr/bin/env node declare const colors: { reset: string; bright: string; dim: string; green: string; yellow: string; blue: string; cyan: string; }; declare function colorize(text: string, color: keyof typeof colors): string; //# sourceMappingURL=postinstall.d.ts.map