Promise effects for advanced use cases like retry, timeout, observation over promises.
Sidecar code splitting utils
Iterate over promises serially
Resolve any installed ES6 compatible promise
Map over promises serially
Bare bones Promises/A+ implementation
Test Redux Saga with an easy plan
Side effect model for @ngrx/store
Creates a Promise that waits for a single event
Sequence your effects naturally and purely by returning them from your reducers.
Retries a function that returns a promise, leveraging the power of the retry module.
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Test whether an object looks like a promises-a+ promise
Utils for use with the Signals Proposal: https://github.com/proposal-signals/proposal-signals
A lightweight library that provides tools for organizing asynchronous code
Enforce best practices for JavaScript promises
Call a function for each value in an array and return a Promise
Material Design Ripple Effects
Check if something is a promise
Returns a promise from a node-style callback function.
Let your JS API users either give you a callback or receive a promise
Timeout a promise after a specified amount of time
Kris Zyp's implementation of promises with added features, maintained as an npm package.
Core Promise support implementation for the simplified HTTP request client 'request'.