• Parses an object traversal path.

    Returns

    the path as an array of its parts

    Parameters

    • path: string

      The path to traverse the object along. This can be a path like foo.bar, a path to a specific index in an array e.g. foo[0] or any combination of those e.g. foo['bar'].baz[0]. Like the javascript notation, except that the ? operator is not supported.

    Returns string[]

Generated using TypeDoc