UNPKG

ut-tools

Version:

Build and Release management automation package.

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