Convert Node-style callbacks to promises, using the built-in Promise implementation
TypeScript definitions for chai-as-promised
Retry a failed promise
Turns a function into one that always returns a Promise a la Blubird's Promise.method.
Kris Zyp's implementation of promises with added features, maintained as an npm package.
A generic promised based retry mechanism. Useful for eg. ensuring an available database or message queue connection
Alternate Promise.race() implementation which doesn't leak memory, courtesy Brian Kim (https://github.com/brainkim)
Promise-based IO
Wrapper for Handlebars that allows helpers returning promises
A minimalistic finite state machine library using promises
For limiting the time to resolve a promise.
A WebSocket client library providing Promise-based API for connecting, disconnecting and messaging with server
Sugar methods for using sinon.js stubs with promises
Lightweight, beautiful and user-friendly prompts
TypeScript definitions for supertest-as-promised
@idxdb/promised wraps the IndexedDB API. It allows you to easily store and retrieve data in an indexed db database using async/await syntax, making it easier to integrate with your existing codebase.
Convert all soap methods to promises. Inspired by soap-q.
A wrapper arround sqlite3 node.js package to use promise
A map of promises that can be resolved or rejected by key
Promisify the node standard library.
Some awesome description
Prevent common problems when using chai-as-promised
Extends Chai with assertions about promises.
Chai-as-promised plugin for karma