Function: isYamlMapping()
function isYamlMapping(
node:
| WorkflowYamlValueNode
| null
| undefined
): node is YAMLMapping;
Defined in: _internal/workflow-yaml.ts:86
Narrow a YAML node to a mapping.
Parameters
node
| WorkflowYamlValueNode
| null
| undefined
Returns
node is YAMLMapping