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