UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

4 lines (3 loc) 105 B
export function clampOffset(source, offset) { return Math.max(0, Math.min(offset, source.length)); }