• Find a node satisfying typeguard in nodes traversely.

    Type Parameters

    Parameters

    • nodes: Node[]

      The array of nodes where to be searched.

    • typeguard: Typeguard<T> = ...

      If this is actually a type guard, the matched result will be typed.

    • Optional parent: FindResult<Node, Node>

      internal-use only.

    Returns FindResult<T> | undefined

Generated using TypeDoc