ts-graphviz
    Preparing search index...

    Type Alias ASTType

    ASTType:
        | "Literal"
        | "Dot"
        | "Graph"
        | "Attribute"
        | "Comment"
        | "AttributeList"
        | "NodeRef"
        | "NodeRefGroup"
        | "Edge"
        | "Node"
        | "Subgraph"

    ASTType is an enumeration of the different types of nodes that can be found in an AST(Abstract Syntax Tree ).