Some useful primitives
A library of async/await helpers
A collection of design patterns for callback-driven async code
Resolves any function to a value. Generators, callbacks, promises, flat values - don't worry about it!
Simple file/directory copy with promise support 🎉
A a collection of design patterns for async/await or promise-driven async code
NodeBB插件的快速生成工具
SmartProcure's JWT NPM package.
Use generators and yield to write regular callback-based functions
Functional utils
Promise and Callback ify
Promisify everything without modification using util.promisify and ES6 Proxy
Wrap a promise to allow passing callback to `.then` of given promise, also works as normal `.then`
Remotely resolveable Native Javascript Promise that exposes it's resolver and rejector callbacks and a debugging API with lifecycle events
Alternative converter between promises and callbacks
Create callback-last style functions from functions returning promises and from generator functions.
Easily switch between callbacks and Promises.
Promisify wrapper that yields automatic handling of Promise or node-style callback based on invocation parameters.
transform an async function to callback style