Literals
Union of registered hast literals.
To register custom hast nodes, add them to RootContentMap and other places where relevant. They will be automatically added here.
type Literals = Extract<Nodes, UnistLiteral>;
§Type
§
Extract<Nodes, UnistLiteral>
[src]