UNPKG

@geersch/retry

Version:

Backoff strategies to use when retrying a function after a given delay.

11 lines 600 B
export * from './retry.js'; export * from './strategies/backoff-strategy-config.js'; export * from './strategies/backoff.strategy.js'; export * from './strategies/decorrelated-jitter.backoff-strategy.js'; export * from './strategies/equal-jitter.backoff-strategy.js'; export * from './strategies/exponential.backoff-strategy.js'; export * from './strategies/fibonacci.backoff-strategy.js'; export * from './strategies/fixed.backoff-strategy.js'; export * from './strategies/full-jitter.backoff-strategy.js'; export * from './strategies/linear.backoff-strategy.js'; //# sourceMappingURL=index.d.ts.map