Function: isYamlScalar()
function isYamlScalar(
node: WorkflowYamlValueNode | null | undefined
): node is YAMLScalar;
Defined in: _internal/workflow-yaml.ts:56
Narrow a YAML node to a scalar.
Parametersโ
nodeโ
| WorkflowYamlValueNode
| null
| undefined
Returnsโ
node is YAMLScalar