UNPKG

htmldiff-js-ie11

Version:

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

8 lines (7 loc) 106 B
const Mode = { character: 0, tag: 1, whitespace: 2, entity: 3, }; export default Mode;