UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 281 B
type RepairReport = { repaired: boolean; droppedLines: number; backupPath?: string; reason?: string; }; export declare function repairSessionFileIfNeeded(params: { sessionFile: string; warn?: (message: string) => void; }): Promise<RepairReport>; export {};