target object
property path separated by a period (.) to set
Optionalseparator?: stringseparator to use for the property path, defaults to '.'
OptionalthrowOnMissingPath?: booleanwhen true an error is thrown when a part of the path doesn't exist, otherwise undefined is returned when a part of the path doesn't exist; defaults to false
The value at the path or undefined when not set or part of the path doesn't exists
Get a nested object property on the target object, property path is separated by a period-sign (.)