UNPKG

386 BTypeScriptView Raw
1export declare const fieldPathToSchemaPath: (fieldPath: string) => string;
2export declare const schemaPointerToFieldPath: (jsonPointer: string) => string;
3export declare const fieldPathToSchema: (schema: object, fieldPath: string) => any;
4export declare function pathToSegments(path: string | string[]): string[];
5export declare function get(object: any, path: string | string[]): any;