Skip to content
On this page

parseFrontMatterStringArray

ts
export function parseFrontMatterStringArray(frontmatter: any | null, key: string | RegExp, nospaces?: boolean): string[] | null;

Parameters

ParameterDescription
frontmatter
key
nospaces