p-locate
popularGet the first fulfilled promise that satisfies the provided testing function
Updated by @sindresorhus
p-all
Run promise-returning & async functions concurrently with optional limited concurrency
Updated by @sindresorhus
p-settle
Settle promises concurrently and get their fulfillment value or rejection reason
Updated by @sindresorhus
p-lazy
Create a lazy promise that defers execution until it's awaited or when `.then()` or `.catch()` is called
Updated by @sindresorhus
p-reflect
Make a promise always fulfill with its actual fulfillment value or rejection reason
Updated by @sindresorhus
@expo/results
An efficient, standards-compliant library for representing results of successful or failed operations
Updated by @bbarthec
@d-fischer/promise.allsettled
ES Proposal spec-compliant shim for Promise.allSettled
Updated by @d-fischer
promise_mtd
Set of methods allowing simplify work with Promises in cycle. Methods: forEach, map, find, filter, reduce, while, transform, parallel, all
Updated by @dm-kamaev
typescript-promise-any
deprecatedES Proposal spec-compliant shim for Promise.any, ported to TypeScript
Updated by @averagehelper
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.
Updated by @josmejia.2401
@cjsa/p-locate
Get the first fulfilled promise that satisfies the provided testing function
Updated by @fengkx