UNPKG

ut-tools

Version:

Build and Release management automation package.

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