UNPKG

eslint-plugin-json-schema-validator

Version:
4 lines (3 loc) 208 B
import type { AST as TOML } from "toml-eslint-parser"; import type { NodeData } from "./common"; export declare function getTOMLNodeFromPath(node: TOML.TOMLProgram, paths: string[]): NodeData<TOML.TOMLNode>;