UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 169 B
export declare function postJsonWithRetry<T>(params: { url: string; headers: Record<string, string>; body: unknown; errorPrefix: string; }): Promise<T>;