Type alias ASTChildNode<T>

ASTChildNode<T>: T extends ASTBaseParentNode<infer C>
    ? C
    : never

ASTChildNode is a type alias used to represent the child nodes of a given ASTBaseParentNode.

Type Parameters

  • T

Generated using TypeDoc