UNPKG

195 BTypeScriptView Raw
1export declare type JSONJSONPointerFormat = {
2 name: "jsonPointer";
3 variant: "rfc6901";
4};
5export declare function inferJsonPointer(value: string): JSONJSONPointerFormat | undefined;