Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Simple Lazy Ranges for Node/Javascript
Filter array elements with Promises
Create an array of unique values, in order, from the input arrays
Make array iteration easy when using async/await and Promises
throttle async and promise-returning functions. Other packages don't do it right.
Async enabled each(), map(), filter() functions that work just like their standard counterparts, but can be used with async/await and also provide concurrency limiting. Includes built-in typings and JSDoc comments for IntelliSense documentation.
validate form asynchronous
Gracefully handle a Promise using async/await.
Enforce that async functions use await
Lazy-evaluating list of files, based on globs or regex patterns
Compiles sync functions into async generator functions
Create an array with values that are present in the first input array but not additional ones
Like a Set, but provides the index of the `key` in the backing array
Create an array without duplicates
Clone a git repository
Remove duplicate values from an array. Fastest ES5 implementation.
No description provided.
Validate form asynchronous
Fast JavaScript array sorting by implementing Python's Timsort algorithm
`net.Server#listen()` helper that returns a Promise for async / await
Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.
Settle an async function.