Is object empty (no keys)
The object to check
Get object keys from item
The object to get keys from
Object keys
Create new object with mapped key/value from item
Function to map keys
Function to map values
Create new object with mapped keys from item
Function to map key
Create new object with mapped values from item
Function to map values
This method is like Object.assign except that it recursively merges own and inherited enumerable string keyed properties of source objects into the destination object. Source properties that resolve to undefined are skipped if a destination value exists. Array and plain object properties are merged recursively. Other objects and value types are overridden by assignment. Source objects are applied from left to right. Subsequent sources overwrite property assignments of previous sources.
Omit keys from item
and return new object
The keys to exclude
Creates a patch for old
using values from patch
Pick keys from item
and return new object
The keys to include
Reduce item
keys and creates new object
Reduce function
Check object keys equality
Get object key values from item
The object to get keys from
Object values
Generated using TypeDoc
Filter
item
keys and create new object