UNPKG

exponential-backoff

Version:

A utility that allows retrying a function with an exponential delay between attempts.

4 lines (3 loc) 90 B
import { Delay } from "../delay.base"; export declare class AlwaysDelay extends Delay { }