cost-claude
Version:
Claude Code cost monitoring, analytics, and optimization toolkit
8 lines • 418 B
TypeScript
import { ClaudeMessage } from '../types/index.js';
export declare class ProjectParser {
static extractProjectName(filePath: string): string;
static formatProjectName(folderName: string): string;
static groupByProject(messages: ClaudeMessage[]): Map<string, ClaudeMessage[]>;
static getProjectFromMessage(message: ClaudeMessage, filePath?: string): string;
}
//# sourceMappingURL=project-parser.d.ts.map