Hi EveryOne,
I would like to introduce below 2 libraries. They are written in TypeScript with 100% test coverage.
Async-Ray:
Purpose of this package is to provide async/await
callbacks for every
, filter
, find
, findIndex
, forEach
, map
, reduce
, reduceRight
and some
methods in Array with easy chaining.
- Repo: https://github.com/rpgeeganage/async-ray
- Chaining Samples:
alls:
Just another library with the sole purpose of waiting till all promises to complete Nothing more, Nothing less. Since Promise.all()
doesn't wait if an error.
- Repo: https://github.com/rpgeeganage/alls
- Samples: https://github.com/rpgeeganage/alls/blob/master/test/alls.ts
Thank you
Top comments (0)