JS object stuff
Other
- Check if multiple objects are equal
- Create an empty map that does not have properties
- Create an object from the pairs of key and value
- Extract values of a property from an array of objects
- Get the value at given path of an object
- Returns an object with unique values by key
- Immutably rename object keys
- Invert keys and values of an object
- Omit a subset of properties from an object
- Pick a subset of properties of an object
- Remove all null and undefined properties from an object
- Shallow copy an object
- Sort an object by its properties