| 45 | BOTH = "both", |
| 46 | } |
| 47 | export interface DiffComponents { |
| 48 | belongsTo: BelongsIndicator; |
| 49 | value: string; |
| 50 | diffComponent?: "added" | "removed" | null; |
| 51 | } |
| 52 | |
| 53 | const diffMatcher = new diff_match_patch(); |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected