@roeesh/promises-functions-typescript
v1.1.1
Published
A brand new Promises Async reimplementation in TypeScript
Maintainers
Readme
Node.js TS
This is a brand new Promises Async reimplementation in TypeScript
Implements the following functions:
- all
- props
- each
- map (mapParallel and mapSeries)
- filter (filterParallel and filterSeries)
- reduce
- race
- some
