eslint-plugin-copilot Documentation / _internal/frontmatter / getFrontmatterScalar
Function: getFrontmatterScalar()
function getFrontmatterScalar(
document: FrontmatterDocument,
key: string
): string | undefined;
Defined in: _internal/frontmatter.ts:380
Read a non-empty scalar frontmatter value.
Parametersâ
| Parameter | Type |
|---|---|
document | FrontmatterDocument |
key | string |
Returnsâ
string | undefined