UNPKG

@pierre/diffs

Version:

7 lines (6 loc) 358 B
import { LineAnnotation } from "../types.js"; //#region src/utils/areLineAnnotationsEqual.d.ts declare function areLineAnnotationsEqual<LAnnotation = undefined>(annotationA: LineAnnotation<LAnnotation>, annotationB: LineAnnotation<LAnnotation>): boolean; //#endregion export { areLineAnnotationsEqual }; //# sourceMappingURL=areLineAnnotationsEqual.d.ts.map