A fork of Lodash 3.10.x with ongoing maintenance from the Sails core team.
A little library for asserting types and values, with zero dependencies.
Get the prototype chain of any value as an Array
Disable Ember's prototype extensions.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Uniquely flexible and light-weight utility for cloning and deep (recursive) merging of JavaScript objects. Supports descriptor values, accessor functions, and custom prototypes. Provides advanced options for customizing the clone/merge process.
Mix-in, inheritance and constructor extend behavior for your JavaScript enjoyment.
Custom functions for the Vega expression language.
Helpers
asynchronous function queue with adjustable concurrency
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Does this JS environment support the `name` property on functions?
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
string contains methods that aren't included in the vanilla JavaScript string such as escaping html, decoding html entities, stripping tags, etc.
A simple list of possible Typed Array names.
A tiny function for parsing process.argv, a modern rewrite of minimist.
Is this value a JS ArrayBuffer?
Utilities for executing code in Web Workers
Is this value a JS SharedArrayBuffer?
Convert an array to a csv formatted string
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Robustly get the byte length of a Typed Array
`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable