UNPKG

@pierre/diffs

Version:

7 lines (6 loc) 417 B
import { CodeViewSlotSnapshot } from "../components/CodeView.js"; //#region src/utils/areManagedSnapshotsEqual.d.ts declare function areManagedSnapshotsEqual<LAnnotation, Caret>(previous: CodeViewSlotSnapshot<LAnnotation, Caret> | undefined, next: CodeViewSlotSnapshot<LAnnotation, Caret> | undefined): boolean; //#endregion export { areManagedSnapshotsEqual }; //# sourceMappingURL=areManagedSnapshotsEqual.d.ts.map