UNPKG

@geersch/retry

Version:

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

7 lines (6 loc) 180 B
export interface BackoffStrategyConfig { /** * Is the initial delay time that sets the baseline for delay times. It default to 100 milliseconds. */ baseDelay?: number; }