UNPKG

exponential-backoff

Version:

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

2 lines (1 loc) 57 B
export declare function noJitter(delay: number): number;