We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32029fc commit 4087da1Copy full SHA for 4087da1
diff/diff.d.ts
@@ -39,6 +39,8 @@ declare module JsDiff {
39
40
function diffWordsWithSpace(oldStr:string, newStr:string):IDiffResult[];
41
42
+ function diffJson(oldObj: Object, newObj: Object): IDiffResult[];
43
+
44
function diffLines(oldStr:string, newStr:string):IDiffResult[];
45
46
function diffCss(oldStr:string, newStr:string):IDiffResult[];
0 commit comments