1.0.1 • Published 8 years ago

small-node-promise v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

small-node-promise

npm.io npm.io npm.io npm.io

A small library for basic built-in promise utility functions

Code Style

This library adheres to the StandardJS code style.

npm.io

Supported Functions

  • Promises#retry({Promise} Promise, {array} args, {number} maxTries)
  • Promise#forceAll({array} Promise)
  • Promise#resolveMap({map} map)
  • Promise#forceResolveMap({map} map)