Interface FrontmatterContentMap

This map registers all frontmatter node types.

This interface can be augmented to register custom node types.

Example

declare module 'mdast' { interface FrontmatterContentMap { // Allow using toml nodes defined by remark-frontmatter. toml: TOML; } }

Hierarchy

  • FrontmatterContentMap

Properties

Properties

yaml: YAML

Generated using TypeDoc