Skip to content

Commit

Permalink
feat: export util functions to check change type
Browse files Browse the repository at this point in the history
  • Loading branch information
otakustay committed Feb 21, 2023
1 parent 95f634b commit 30cd5cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export {
insertHunk,
parseDiff,
textLinesToHunk,
isInsert,
isDelete,
isNormal,
} from './utils';
export {markEdits, markWord, pickRanges, tokenize} from './tokenize';
export {minCollapsedLines, withChangeSelect, withSourceExpansion, withTokenizeWorker} from './hocs';
Expand Down

0 comments on commit 30cd5cf

Please sign in to comment.