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