UNPKG

timing-provider

Version:

An implementation of the timing provider specification.

8 lines 206 B
export const createBackoff = (base) => [ () => base ** 2, () => { // tslint:disable-next-line:no-parameter-reassignment base += 1; } ]; //# sourceMappingURL=create-backoff.js.map