ts-retry

v1.1.3
A little retry tool in javascript/typescript for node and for browser.Ex: ```javascript const result = await retryAsync( async ()=> {/* get some data if ready, throw an expection otherwise */}, {delay:100,maxTry:5} ) ``` This will try 5 times to get the d
typescript javascript retry repeat replay node nodejs error promise and 9 more...

Metadata

  • MIT
  • Whatever
  • Franck Ledoux
  • released 10/4/2020

Downloads

Maintainers