UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 199 B
import { GetJsonPathForPosition } from '@stoplight/types'; import { YamlParserResult } from './types'; export declare const getJsonPathForPosition: GetJsonPathForPosition<YamlParserResult<unknown>>;