UNPKG

exponential-backoff

Version:

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

3 lines (2 loc) 81 B
import { Delay } from "../delay.base"; export class AlwaysDelay extends Delay {}