small-node-promise
v1.0.1
Published
A small library for basic built-in promise utility functions
Downloads
3
Maintainers
Readme
small-node-promise
A small library for basic built-in promise utility functions
Code Style
This library adheres to the StandardJS code style.
Supported Functions
- Promises#retry({Promise} Promise, {array} args, {number} maxTries)
- Promise#forceAll({array} Promise)
- Promise#resolveMap({map} map)
- Promise#forceResolveMap({map} map)
