Interface Backoff

interface Backoff {
    backoff(attempt): number;
}

Methods

Methods

  • Parameters

    • attempt: number

    Returns number