ts-graphviz
Preparing search index...
@ts-graphviz/ast
ASTChildNode
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ts-graphviz
Loading...
ASTChildNode is a type alias used to represent the child nodes of a given ASTBaseParentNode.