UNPKG

ut-tools

Version:

Build and Release management automation package.

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