UNPKG

claude-statusline-powerline

Version:

Beautiful powerline-style statusline for Claude Code with git integration, session tracking, and cost monitoring

8 lines 301 B
/** * Utility function for formatting token counts in a human-readable way * * @param tokens - The number of tokens to format * @returns Formatted string (e.g., "499", "1.5k", "2.3M") */ export declare function format_tokens(tokens: number): string; //# sourceMappingURL=token-formatting.d.ts.map