UNPKG

guardz-axios

Version:

Type-safe HTTP client built on top of Axios with runtime validation using guardz. Part of the guardz ecosystem for comprehensive TypeScript type safety.

5 lines 160 B
/** * Determines if an error is retryable */ export declare function isRetryableError(error: unknown): boolean; //# sourceMappingURL=isRetryableError.d.ts.map