UNPKG

runlog

Version:

CLI tool for uploading Claude Code conversations to runlog.io

5 lines 442 B
export declare function formatDate(date: Date | null): string; export declare function formatProjectName(name: string): string; export declare function formatDuration(milliseconds: number): string; export declare function formatConversationLine(projectName: string, lastMessageTime: Date | null, messageCount: number, matchCount?: number, activeTime?: number, summary?: string, sessionId?: string): string; //# sourceMappingURL=utils.d.ts.map