UNPKG

239 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;