promise-all-retry

0.0.1 • Public • Published

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

Name Website
Shaun Warman https://shaunwarman.com

License

MIT © Shaun Warman

Readme

Keywords

Package Sidebar

Install

npm i promise-all-retry

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

6.23 kB

Total Files

9

Last publish

Collaborators

  • shaunwarman