ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Polyfill of future proposal for `util.parseArgs()`
Flatten nested arrays
Parse and stringify JSON with comments. It will retain comments even after saved!
ES2015 `Array#findIndex()` ponyfill
deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Randomize the order of the elements in a given array.
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Validates if a value is an integer array.
deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify
Read, write or test a data structure's nested property via a string like 'my.nested.property'. It works through arrays and objects.'
Another biased type checking solution for Javascript
No description provided.
Returns true if an object was created by the `Object` constructor, or Object.create(null).
Deterministic stringification for when performance matters
make a shallow copy of an object or array
Find [nd-]array min/max values
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.
Returns an array of all enumerable symbol properties found directly upon a given object
Get a compare function for array to sort
Create an error from an array of error messages
Copy a descriptor from object A to object B
A polymorphic iterate operator for arrays and other iterables