UNPKG

eslint-plugin-json-schema-validator

Version:
4 lines (3 loc) 213 B
import type { AST as YAML } from "yaml-eslint-parser"; import type { NodeData } from "./common"; export declare function getYAMLNodeFromPath(node: YAML.YAMLProgram, [...paths]: string[]): NodeData<YAML.YAMLNode>;