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