UNPKG

htmldiff-js

Version:

JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff

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