has-values
Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays.
map-obj
Map object keys and values into a new object
filter-obj
Filter object keys and values into a new object
merge-deep
Recursively merge values in a javascript object.
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.