Allows for accessing nested values in an object with a single reference.
Period separated reference to the deep value.
Determine all of the 'key' references for a deep object.
{ foo: { bar: true } } => ['foo.bar']
Set a deep value on the object using a referenced key.
Period separated reference to the deep value.
New value to set at the deep reference.
Updates the current object with the keys from a new value.
New object to be added to the existing object.
Generated using TypeDoc
Selective Utilities