Notifiy a node callback when a Promise has resolved or rejected
Convert promised code to use node style callbacks
Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.
Essential utils for promises
Node streams for fetch
implementation of crypto for React Native
Create functions that both return promises and accept node-style callbacks
Run after npm install and you can use node core modules and npm modules that use them in your React Native app.
Resolve any installed ES6 compatible promise
Bare bones Promises/A+ implementation
Retries a function that returns a promise, leveraging the power of the retry module.
Creates a Promise that waits for a single event
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Test whether an object looks like a promises-a+ promise
A lightweight library that provides tools for organizing asynchronous code
Enforce best practices for JavaScript promises
Returns a promise from a node-style callback function.
nodeify from then/Promise, all by itself
Let your JS API users either give you a callback or receive a promise
Check if something is a promise
Timeout a promise after a specified amount of time
Core Promise support implementation for the simplified HTTP request client 'request'.
Lightweight promise polyfill. A+ compliant
ES2015 Promise ponyfill