Function: isYamlSequence()
function isYamlSequence(
node: WorkflowYamlValueNode | null | undefined
): node is YAMLSequence;
Defined in: _internal/workflow-yaml.ts:51
Narrow a YAML node to a sequence.
Parametersโ
nodeโ
| WorkflowYamlValueNode
| null
| undefined
Returnsโ
node is YAMLSequence