UNPKG

tsonik

Version:

A TypeScript client library for the Iconik API based on Swagger documentation

6 lines 287 B
/** * HTTP retry functionality for the Tsonik client */ export { RetryConfig, DEFAULT_RETRY_CONFIG, mergeRetryConfig } from './config'; export { shouldRetryError, calculateDelay, createRetryWrapper, extractRequestInfo, RetryPresets } from './utils'; //# sourceMappingURL=index.d.ts.map