Function: collectYamlStringScalars()
function collectYamlStringScalars(
node: YAMLContent | YAMLWithMeta | null | undefined
): readonly string[];
Defined in: _internal/yaml-traversal.ts:49
Collect every string scalar value from a YAML subtree.
Parameters
node
YAMLContent | YAMLWithMeta | null | undefined
Returns
readonly string[]