FrontmatterDocument
eslint-plugin-copilot Documentation v1.1.4
eslint-plugin-copilot Documentation / _internal/frontmatter / FrontmatterDocument
Type Alias: FrontmatterDocument
type FrontmatterDocument = Readonly<{
body: string;
content: string;
fields: ReadonlyMap<string, FrontmatterField>;
}>;
Defined in: _internal/frontmatter.ts:10
Parsed frontmatter document extracted from the top of a Markdown file.