promise-settled-aggregate
Works like Promise.allSettled except it will reject with an AggregateError if some of the promises rejected, otherwise resolves with the fulfilled values.
promise-ax
Promise Ax (Promesa) es usado para computaciones asÃncronas. Una promesa representa un valor que puede estar disponible ahora, en el futuro, o nunca.
dpa
Resolves promises concurrently with deterministic rejection order. Somewhere between Promise.all and Promise.allSettled.