Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: object

Hierarchy

  • Frontmatter

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Frontmatter(data: Node | string, mutate?: boolean): Frontmatter

Properties

document

document: Node

Accessors

isEmpty

isEmpty:

Methods

get

getAll

  • getAll(): Partial<T> | void

set

stringify

  • stringify(): string

unset

Static getFrontmatterBlock

  • getFrontmatterBlock(value: string): Optional<string>