@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
7 lines (6 loc) • 400 B
TypeScript
export declare function bumpUploadArmId(): number;
export declare function bumpDialogArmId(): number;
export declare function bumpDownloadArmId(): number;
export declare function requireRef(value: unknown): string;
export declare function normalizeTimeoutMs(timeoutMs: number | undefined, fallback: number): number;
export declare function toAIFriendlyError(error: unknown, selector: string): Error;