UNPKG

gaxios

Version:

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

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