Appearance
Node = ParentNode | LeafNode
ParentNode
LeafNode
Defined in: node.ts:69
Union of all concrete node types.