0.0.1 • Published 5 years ago

promise-all-retry v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

promise-all-retry

build status code coverage code style styled with prettier made with lass license npm downloads

Promise.all with concurrency and retry benefits

Table of Contents

Install

npm:

npm install promise-all-retry

yarn:

yarn add promise-all-retry

Usage

const PromiseAllRetry = require('promise-all-retry');

const promiseAllRetry = new PromiseAllRetry();

console.log(promiseAllRetry.renderName());
// script

Contributors

NameWebsite
Shaun Warmanhttps://shaunwarman.com

License

MIT © Shaun Warman