UNPKG

@jsonhero/json-infer-types

Version:
6 lines (5 loc) 195 B
export declare type JSONJSONPointerFormat = { name: "jsonPointer"; variant: "rfc6901"; }; export declare function inferJsonPointer(value: string): JSONJSONPointerFormat | undefined;