UNPKG

@geersch/retry

Version:

Backoff strategies to use when retrying a function after a given delay.

4 lines 139 B
export function randomBetween(min, max) { return Math.floor(Math.random() * (max - min + 1) + min); } //# sourceMappingURL=utils.js.map