`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.
Get the ArrayBuffer out of a TypedArray, robustly.
A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.
A simple list of possible Typed Array names.
Returns true if a value is a plain object, array or function.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Helper utilities for developing react components
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
Like `Object.keys()` but also includes symbols
Parse & stringify .properties files
General purpose glob-based configuration matching.
Quickly scan for CLI flags and arguments
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.
Prevent defined property getters from throwing errors
Parse postgres array columns
Converts Python-like (re) regular expressions to JavaScript RegExp instances
Run an array of functions in parallel
Filter object keys and values into a new object
Sort the keys of an object recursively
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.