UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

3 lines (2 loc) 174 B
export declare const EMBEDDED_COMPACTION_TIMEOUT_MS = 300000; export declare function compactWithSafetyTimeout<T>(compact: () => Promise<T>, timeoutMs?: number): Promise<T>;