v2 new release (#77)
This commit is contained in:
committed by
GitHub
parent
217bf70cbd
commit
199ab446df
2
node_modules/jest-diff/build/cleanupSemantic.d.ts
generated
vendored
2
node_modules/jest-diff/build/cleanupSemantic.d.ts
generated
vendored
@ -53,5 +53,5 @@ declare class Diff {
|
||||
* Reduce the number of edits by eliminating semantically trivial equalities.
|
||||
* @param {!Array.<!diff_match_patch.Diff>} diffs Array of diff tuples.
|
||||
*/
|
||||
declare var diff_cleanupSemantic: (diffs: Diff[]) => void;
|
||||
declare var diff_cleanupSemantic: (diffs: Array<Diff>) => void;
|
||||
export { Diff, DIFF_EQUAL, DIFF_DELETE, DIFF_INSERT, diff_cleanupSemantic as cleanupSemantic, };
|
||||
|
Reference in New Issue
Block a user