Function findAllSequences

  • Find all the sequences of nodes satisfying typeguard[] in nodes traversely.

    Parameters

    • nodes: Node[]

      The array of nodes where to be searched.

    • typeguards: Typeguard<Node>[]

      The array of typeguards. Each node must satisfy each typeguard, respectively. If this is actually a type guard, the matched result will be typed.

    • Optional parent: FindResult<Node, Node>

      internal-use only.

    Returns SequenceResult<Node[]>[]

Generated using TypeDoc