in client/src/yaml-support/yaml-locator.ts [5:7]
export function isMapping(node: YamlNode): node is YamlMap { return node.kind === 'MAPPING'; }