1.5.4 • Published 2 years ago

@omriazr/promises v1.5.4

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
2 years ago

Node.js TS

@Promises/omriazr

re-implement promises methods: delay ( Bluebird Promise.delay) all ( native Promise.all ) props ( Bluebird Promise.all ) each ( Bluebird Promise.each ) mapParallel ( Bluebird Promise.map - without the concurrency feature...)
mapSeries ( Bluebird Promise.mapSeries - without the concurrency feature...)

filter * ( Bluebird Promise.filter ) --> implement twice --> filterParallel and filterSeries reduce ( Bluebird Promise.reduce ) race ( native Promise.race ) some ( Bluebird Promise.some )

1.5.4

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago