Convert any object to thenable
Promise that shares Node.js Stream interface
Create a thenable for a given Promise prototype
Compliance test suite for Promises/A+
Check if something is a promise
Make array iteration easy when using async/await and Promises
Automagically generates command-line interfaces (CLI) for any module. Expected options and help sections are created automatically based on parameters names, with support to async. It can be installed globally, in order to *execute* any module, or .js fil
It's like `Promise.reject` except it doesn't bother you with `unhandled Promise rejection` error in case you need to postpone a bit handling that rejection.
Pre/Post hooking mechanism
Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one
Convert a pull-stream into a thenable
Stop throwing errors, and instead return Results!
A thenable to streamline a possibly sync / possibly async workflow.
The polite HTTP request library for node and the browser
GreenPie's ESLint and oxlint configs
Promise infused REPL
Flush the microtask queue
Compliance test suite for Promises/A+
A cascading reactive data library
Some pipeable functions for rxjs 7+ which accept predicate lambdas with async return value (Promise or Observable)
Type safe error handling.
A liquid template language linter
Simple and extensible caching module supporting decorators
The string_decoder module from Node core