UNPKG

481 BJavaScriptView Raw
1export var LineType;
2(function (LineType) {
3 LineType["INSERT"] = "insert";
4 LineType["DELETE"] = "delete";
5 LineType["CONTEXT"] = "context";
6})(LineType || (LineType = {}));
7export var OutputFormatType = {
8 LINE_BY_LINE: 'line-by-line',
9 SIDE_BY_SIDE: 'side-by-side',
10};
11export var LineMatchingType = {
12 LINES: 'lines',
13 WORDS: 'words',
14 NONE: 'none',
15};
16export var DiffStyleType = {
17 WORD: 'word',
18 CHAR: 'char',
19};
20//# sourceMappingURL=types.js.map
\No newline at end of file