Skip to content

Commit 52aa136

Browse files
committed
updated the global readme
1 parent 0790c5e commit 52aa136

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@
44

55
diff-patch is a library that exposes two functions, `diff` and `patch`.
66

7-
The `diff` function takes two objects and deep compares them, returning an object that represents the difference between the two.
7+
The `diff` function takes two objects and deep compares them, returning an object that represents the difference between the two (the `diffData`).
88

99
The `patch` function takes an object and a diff object and applies the diff to the object, returning a new object.
1010

11+
The `diff` and `patch` functions are implemented in the following languages:
12+
13+
* TypeScript
14+
* Python3
15+
16+
And the `diffData` object can be used interchangeably between the languages.
17+
18+
More languages will be added in the future, contributions are welcome.
19+

0 commit comments

Comments
 (0)