typechecker
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
Make array iteration easy when using async/await and Promises
Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.
Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
The async/await utility for browsers and Node.js.
Determine if a function is a native async function.
async error handling
Create an async function from anything (promise, stream, object)
Make array iteration easy when using async/await and Promises
Make array iteration easy with async/await and promises
Make your functions async without the need of doing it in the same Function
A low footprint function which takes another function as an input and caches the result of that function based on given arguments.
A task queue executes tasks sequentially or concurrently. Wrap an async/promise-returning/sync function as a queue-ready async function for easy reusing. Support passing arguments/getting return value, @synchronized/@concurrent decorator, Node.js/Browser.
A vite plugin that can auto inject try catch code for async function