UNPKG

cctoolstats

Version:

Claude Codeのツール呼び出し/サブエージェント実行履歴の統計を分かりやすく表示するCLIツール

9 lines 375 B
/** * cctoolstats - Main entry point * Claude Code tool usage statistics analyzer */ export { parseToolLog } from './parser/index.js'; export { analyzeTools, analyzeSubagents, analyzeTimeline } from './analyzer/index.js'; export { formatTable, formatJson, formatCsv } from './formatters/index.js'; export type * from './types/index.js'; //# sourceMappingURL=index.d.ts.map