in client/src/yaml-support/yaml-locator.ts [9:11]
export function isSequence(node: YamlNode): node is YamlSequence { return node.kind === 'SEQ'; }