_.property(path)
Creates a function that returns the value at path of a given object.
Arguments
path (Array|string): The path of the property to get.
Returns
(Function): Returns the new accessor function.
Example
Deep
Last updated on March 4, 2024