We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent becde77 commit 8690f31Copy full SHA for 8690f31
src/index.js
@@ -27,6 +27,7 @@ import {diffArrays} from './diff/array';
27
28
import {applyPatch, applyPatches} from './patch/apply';
29
import {parsePatch} from './patch/parse';
30
+import {merge} from './patch/merge';
31
import {structuredPatch, createTwoFilesPatch, createPatch} from './patch/create';
32
33
import {convertChangesToDMP} from './convert/dmp';
@@ -53,6 +54,7 @@ export {
53
54
applyPatch,
55
applyPatches,
56
parsePatch,
57
+ merge,
58
convertChangesToDMP,
59
convertChangesToXML,
60
canonicalize
0 commit comments