Function walkUp

  • Walk up the tree from the given node, calling the callback on each node.

    Parameters

    • node: any
    • callback: Function

    Returns any

    The first non-undefined value returned by the callback, otherwise undefined

Generated using TypeDoc