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