UNPKG

eslint-plugin-json-schema-validator

Version:
4 lines (3 loc) 214 B
import type { AST as JSON } from "jsonc-eslint-parser"; import type { NodeData } from "./common"; export declare function getJSONNodeFromPath(node: JSON.JSONProgram, [...paths]: string[]): NodeData<JSON.JSONNode>;