Execute a sub-process command. Resolve the stdin in a promise.
Resolve any installed ES6 compatible promise
Run a child as if it's the foreground process. Give it stdio. Exit when it exits.
Enforce best practices for JavaScript promises
A Promise-compatible abstraction that defers resolving/rejecting promises to another closure.
Creates a Promise that waits for a single event
Timeout a promise after a specified amount of time
No description provided.
`Start a promise chain
Promise version of glob
Bare bones Promises/A+ implementation
Abortable async function helpers
Retries a function that returns a promise, leveraging the power of the retry module.
Create a deferred promise
Useful TypeScript utilities.
Test whether an object looks like a promises-a+ promise
Scan modules for global variables and injects `import` statements where necessary
Next-generation take on pre/post function hooks
A lightweight library that provides tools for organizing asynchronous code
A simple package that allows you to execute any function as if it were a `Promise` (even if it isn't!)
A Promisified layer over rhea AMQP client
Check if something is a promise
Let your JS API users either give you a callback or receive a promise
Returns a promise from a node-style callback function.