UNPKG

intertools

Version:

🚀 Professional console log analysis & IDE integration with AI-powered insights. Completely FREE with all features: terminal monitoring, AI chat orchestrator, production analytics, localhost analysis, and Google Analytics integration. No limits, no subscr

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