• Traverses an object along a parsed.

    Returns

    the value at the end of the path or undefined if the value does not exist

    Parameters

    • pathParts: string[]

      The path to traverse the object along. This can be a path like ['foo', 'bar']

    • o: any

      the object to traverse

    Returns any

Generated using TypeDoc