UNPKG

gaxios

Version:

A simple common HTTP client specifically for Google APIs and services.

9 lines (8 loc) 254 B
import { GaxiosError } from './common.js'; export declare function getRetryConfig(err: GaxiosError): Promise<{ shouldRetry: boolean; config?: undefined; } | { shouldRetry: boolean; config: import("./common.js").GaxiosOptionsPrepared; }>;