UNPKG

ut-tools

Version:

Build and Release management automation package.

7 lines (6 loc) 231 B
import { JsonPath, Optional } from '@stoplight/types'; export interface ILintTarget { path: JsonPath; value: unknown; } export declare const getLintTargets: (targetValue: unknown, field: Optional<string>) => ILintTarget[];