mapObject_.mapObject(object, iteratee, [context]) Like map
allKeys_.allKeys(object) Retrieve all the names of object's own and inherited properties.
keys_.keys(object) Retrieve all the names of the object's own enumerable properties.
omit_.omit(object, *keys) Return a copy of the object, filtered to omit the blacklisted keys (or array of keys). Alternatively
isElement_.isElement(object) Returns true if object is a DOM element.
values_.values(object) Return all of the values of the object's own properties.
functions_.functions(object) Alias: methods Returns a sorted list of the names of every method
isFinite_.isFinite(object) Returns true if object is a finite Number.
defaults_.defaults(object, *defaults) Fill in undefined properties in object with the first value present in the
isFunction_.isFunction(object) Returns true if object is a Function.
Page 1 of 4