ts-graphviz
    Preparing search index...

    Type Alias ASTChildNode<T>Beta

    ASTChildNode: 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