rauricoste-promise-light

2.0.1 • Public • Published

rauricoste-promise-light

A promise library that is light and provide all of the usefull methods to work with promises features :

  • .traverse(array, promiseFactoryFunction) iterates over the array, build a promise with "promiseFactoryFunction", when the promise completes, do the same with the next value in the array. Return a promise containing an array with all the values if everything goes well.

Installation

npm install --save rauricoste-promise-light

Usage

just require("rauricoste-promise-light")

Readme

Keywords

none

Package Sidebar

Install

npm i rauricoste-promise-light

Weekly Downloads

0

Version

2.0.1

License

GNU GPL version 3

Last publish

Collaborators

  • rauricoste