map-cache
Basic cache object for storing key-value pairs.
has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
collection-visit
Visit a method over the items in an object, or map visit over the objects in an array.