json-difference
Advanced tools
Comparing version
import { StructPaths } from '../models/jsondiffer.model'; | ||
export declare const getStructPaths: (struct: any, paths?: any, currentPath?: string) => StructPaths; | ||
export declare const getStructPaths: (struct: any, paths?: { | ||
[key: string]: any; | ||
}, currentPath?: string) => StructPaths; |
{ | ||
"name": "json-difference", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "json diff lib", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
19257
0.12%334
0.6%