UNPKG

exponential-backoff

Version:

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

2 lines (1 loc) 59 B
export declare function fullJitter(delay: number): number;