UNPKG

jsonref

Version:

Javascript References ($ref) and Pointers library

3 lines (2 loc) 116 B
export declare function getPointer(obj: any): string; export declare function resolve(obj: any, path: string): any;