UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

8 lines (7 loc) 179 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.1/LICENSE.txt */ function getRoundRobinIndex(index, total) { return (index + total) % total; } export { getRoundRobinIndex as g };