Defined in: node_modules/@types/hast/index.d.ts:141
Abstract hast node that contains the smallest possible value.
This interface is supposed to be extended if you make custom hast nodes.
For a union of all registered hast literals, see Literals.
optional
data:Data
Defined in: node_modules/@types/hast/index.d.ts:131
Info from the ecosystem.
optional
position:Position
Defined in: node_modules/@types/unist/index.d.ts:103
Position of a node in a source document.
Nodes that are generated (not in the original source document) must not have a position.
type:
string
Defined in: node_modules/@types/unist/index.d.ts:90
Node type.
value:
string
Defined in: node_modules/@types/hast/index.d.ts:145
Plain-text value.