UNPKG

@owloops/claude-powerline

Version:

Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes

6 lines (5 loc) 167 B
export function debug(message: string, ...args: unknown[]): void { if (process.env.CLAUDE_POWERLINE_DEBUG) { console.error(`[DEBUG] ${message}`, ...args); } }