UNPKG

claude-usage-tracker

Version:

Advanced analytics for Claude Code usage with cost optimization, conversation length analysis, and rate limit tracking

4 lines 219 B
import type { UsageEntry } from "./types.js"; export declare function streamUsageData(): Promise<UsageEntry[]>; export declare function shouldUseStreamingLoader(): boolean; //# sourceMappingURL=streaming-loader.d.ts.map