UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

6 lines (4 loc) 117 B
function getRoundRobinIndex(index, total) { return (index + total) % total; } export { getRoundRobinIndex as g };