UNPKG

cost-claude

Version:

Claude Code cost monitoring, analytics, and optimization toolkit

9 lines 301 B
interface StatsOptions { period: 'today' | 'yesterday' | 'week' | 'month'; groupBy: 'session' | 'hour' | 'day'; top: string; format: 'table' | 'json' | 'chart'; } export declare function statsCommand(options: StatsOptions): Promise<void>; export {}; //# sourceMappingURL=stats.d.ts.map