Traverses an object along a parsed.
the value at the end of the path or undefined if the value does not exist
undefined
The path to traverse the object along. This can be a path like ['foo', 'bar']
['foo', 'bar']
the object to traverse
Generated using TypeDoc
Traverses an object along a parsed.
Returns
the value at the end of the path or
undefined
if the value does not exist