Finds a value in an object by the given path in dot notation.
The object to search within.
The path to the value in dot notation.
The value found at the given path, or undefined if not found.
Generated using TypeDoc
Finds a value in an object by the given path in dot notation.