TSedlar / small-node-promise

A small library for basic native promise utility functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A small library for basic native promise utility functions

License:MIT License


Languages

Language:JavaScript 100.0%