DEV Community

Ruwan Pradeep Geeganage
Ruwan Pradeep Geeganage

Posted on

Async-Ray and alls 2 promise utility libraries are written in TypeScript

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.

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.

Thank you

Top comments (0)