UNPKG

ut-tools

Version:

Build and Release management automation package.

8 lines (7 loc) 244 B
import type { JsonPath } from '@stoplight/types'; export declare enum PrintStyle { Dot = "dot", Pointer = "pointer", EscapedPointer = "escapedPointer" } export declare const printPath: (path: JsonPath, style: PrintStyle) => string;