Execute a function on each property of an object and return the result as a new object
This allows in place modification of the object.
To create a new object, set inPlace to false, or use objectMap2 to modify the keys as well
Similar to Array.map but for objects.
Execute a function on each property of an object and return the result as a new object This allows in place modification of the object. To create a new object, set inPlace to false, or use objectMap2 to modify the keys as well Similar to Array.map but for objects.