Object

Properties & methods

Object.assign( )
Inject the enumerable properties of one object into another target object
Object.divide( )
Create a new object for every key-value and wrap them in an array
Object.each( )
Iterate over an object's properties
Object.exists( )
See if the given path exists inside an object, even if that value is undefined
Object.getValueKey( )
Get the key of a value in an array or object
Object.hasProperty( )
See if a key exists in an object or array
Object.hasValue( )
Check if the value exists in an object or array
Object.isEmpty( )
Determine if the object is empty
Object.map( )
Map an object
Object.objectify( )
Convert an array into an object
Object.path( )
Get the value of the given property path
Object.values( )
Get an array of the object values