Function: unwrapYamlValue()
function unwrapYamlValue(
node:
| WorkflowYamlValueNode
| null
| undefined
): YAMLContent | null;
Defined in: _internal/workflow-yaml.ts:68
Unwrap YAMLWithMeta wrappers until the underlying YAML value is reached.
Parameters
node
| WorkflowYamlValueNode
| null
| undefined
Returns
YAMLContent | null