This map registers all node definition types.
This interface can be augmented to register custom node types.
declare module 'mdast' { interface DefinitionContentMap { custom: Custom; }}
Generated using TypeDoc
This map registers all node definition types.
This interface can be augmented to register custom node types.
Example