UNPKG

react-diff-view

Version:

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

3 lines (2 loc) 105 B
import { ChangeData } from '../parse'; export declare function getChangeKey(change: ChangeData): string;