Skip to main content

frontmatter

formatFrontMatterProp()​

function formatFrontMatterProp(
prop,
indentation,
prefix?): string[]

Parameters​

β€’ prop: unknown

β€’ indentation: number = 0

β€’ prefix?: string

Returns​

string[]

Defined in​

frontmatter.ts:60


printFrontMatter()​

function printFrontMatter(
id,
title,
props?): string

Parameters​

β€’ id: string

β€’ title: string

β€’ props?: Maybe<FrontMatterOptions>

Returns​

string

Defined in​

frontmatter.ts:83