Higher-order functions and common patterns for asynchronous code
Asynchronous iterator function for parallel processing.
Get a stream as a string, Buffer, ArrayBuffer or array
Array manipulation, ordering, searching, summarizing, etc.
Determine if a function is a native async function.
A function that returns the normally hidden `AsyncFunction` constructor
Event emitter
Turn async generator functions into ES2015 generators
Get the prototype chain of any value as an Array
Array extras for regular expressions
Disable Ember's prototype extensions.
Turn async functions into ES2015 generators
Map over promises concurrently
Helper function to remap async functions to generators
Allow parsing of async generator functions
Robustly get the byte offset of a Typed Array
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
A simple list of possible Typed Array names.
Is this value a JS ArrayBuffer?
async.mapLimit's functionality available as a standalone npm module
Is this value a JS SharedArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.