UNPKG

react-diff-view

Version:

A git diff component to consume the git unified diff output.

3 lines 403 B
export { computeNewLineNumber, computeOldLineNumber, expandCollapsedBlockBy, expandFromRawCode, findChangeByNewLineNumber, findChangeByOldLineNumber, getChangeKey, getCollapsedLinesCountBetween, getCorrespondingNewLineNumber, getCorrespondingOldLineNumber, insertHunk, textLinesToHunk, } from './diff'; export { parseDiff, isInsert, isDelete, isNormal } from './parse'; //# sourceMappingURL=index.js.map