@shani-sabag/refactor-promises-async
v1.0.4
Published
This simple setup is compiles Typescript to Node.js ESM.
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
