The object to query.
The path of the property to get.
Optional
defaultValue: anyThe value returned for undefined
resolved values.
Returns the resolved value.
Gets the value at path
of object
. If the resolved value is
undefined
, the defaultValue
is returned in its place.
The object to query.
The path of the property to get.
Optional
defaultValue: anyThe value returned for undefined
resolved values.
Returns the resolved value.
Gets the value at
path
ofobject
. If the resolved value isundefined
, thedefaultValue
is returned in its place.