A JavaScript text diff implementation.
Minimal async jobs utility library, with streams support
TypeScript definitions for array.from
Create a {key, value} array from an object.
npm library that extracts an array from another...
Create a single-element array containing a provided scalar value.
A simple list of possible Typed Array names.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Is this value a JS ArrayBuffer?
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
Create an array without duplicates
Robustly get the length of a Typed Array
Robustly get the byte offset of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable
Is this value a JS SharedArrayBuffer?
Create an array with values that are present in the first input array but not additional ones
Get the ArrayBuffer out of a TypedArray, robustly.
extended version of sorted-cmp-array from nathan7
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Robustly get the byte length of a Typed Array
`Array#forEach()` but it’s possible to define where to move to next
putout plugin adds ability to convert spread to Array.from
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.