UNPKG

htmldiff-js-ie11

Version:

JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff (IE11 compatible fork)

9 lines (8 loc) 118 B
const Action = { equal: 0, delete: 1, insert: 2, none: 3, replace: 4 }; export default Action;