Abstract mdast node that contains other mdast nodes (children).
This interface is supposed to be extended if you make custom mdast nodes.
For a union of all registered mdast parents, see Parents.
List of children.
Optional
Info from the ecosystem.
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
Node type.
Abstract mdast node that contains other mdast nodes (children).
This interface is supposed to be extended if you make custom mdast nodes.
For a union of all registered mdast parents, see Parents.