• Stars
    star
    2
  • Language
    JavaScript
  • Created about 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Retries a function that returns a promise. It will retry it until the promise succeeds, or until maximum number of retries is reached. Returns a single promise that encapsulates all the retries.