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