2.0.1 • Published 8 years ago

rauricoste-promise-light v2.0.1

Weekly downloads
2
License
GNU GPL version 3
Repository
github
Last release
8 years ago

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")

2.0.1

8 years ago

2.0.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago