This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
export declare const pointerToDotNotation: (pointer: string) => string;
|
||||
export declare const cleanAjvMessage: (message: string) => string;
|
||||
export declare const getLastSegment: (path: string) => string;
|
||||
export declare const safeJsonPointer: <T>({ object, pnter, fallback }: {
|
||||
object: any;
|
||||
pnter: string;
|
||||
fallback: T;
|
||||
}) => T;
|
||||
Reference in New Issue
Block a user