isFinite_.isFinite(object) Returns true if object is a finite Number.
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
isElement_.isElement(object) Returns true if object is a DOM element.
allKeys_.allKeys(object) Retrieve all the names of object's own and inherited properties.
mapObject_.mapObject(object, iteratee, [context]) Like map
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
isArguments_.isArguments(object) Returns true if object is an Arguments object.
propertyOf_.propertyOf(object) Inverse of _.property. Takes an object and returns a function which will return the value
Page 1 of 4