Function find

  • Find a node and return it, or null if not found.

    Parameters

    • node: Node

      the node to start from

    • callback: any

    Returns Node

    the matching node or null if none is found

Generated using TypeDoc