UNPKG

json-p3

Version:

JSONPath, JSON Pointer and JSON Patch

7 lines (6 loc) 284 B
/** Usable in a quoted path. */ export declare function toQuoted(name: string): string; /** Usable in a normalized path. */ export declare function toCanonical(name: string): string; /** Usable in a shorthand path. */ export declare function toShorthand(name: string): string | null;