UNPKG

@visactor/vtable

Version:

canvas table width high performance

5 lines (4 loc) 301 B
export function isSameRange(range1, range2) { return !range1 && !range2 || !(!range1 || !range2) && (range1.start.col === range2.start.col && range1.start.row === range2.start.row && range1.end.col === range2.end.col && range1.end.row === range2.end.row); } //# sourceMappingURL=cell-range.js.map