async-completer
Add possibility to complete a promise when we want.
Add possibility to complete a promise when we want.
A tiny library with asynchronous Promise-based implementation of events dispatching and handling
callbag-redux enhancer, inspired by redux-promise
Simple encapsulation utility for your callback code
Convert nested callback hell into serial procedural coding style, which is more readable, writable, and maintainable. Lightweight, Zero Dependency.
convert result to promise with call a function.
A lightweight, production-ready, universal library for transforming callback-style functions into Promise-based ones. Works seamlessly across Node.js, Deno, and browsers.
Wrapper for callback returning functions to transform them in promise returning functions.
converts nodejs style callback functions to promise
An operator that converts asynchronous functions expecting a callback to functions returning a Promise.
Converting Callbacks to Promises
Use generators and yield to write regular callback-based functions
A tiny Javascript library to help with promises in functional composition
Node module to check if local file path contains a specified folder name using NodeJS
Receive file/uri and stdin at commander
Make bluebird work with the continuation-local-storage module.
CompletablePromise library allows to create a Promise instance that does not start its resolution upon its declaration.
a es6 promise util
A simple, lightweight, promise-based web scraper.
Behaves kinda like the es6 Promise api, but it doesn't actually *do* anything. It just produces a description of what is to be done, by someone else. At the moment, it's designed to work with the [redux-fetch](https://github.com/ashaffer/redux-fetch) mi