UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

4 lines (3 loc) 87 B
export function getRoundRobinIndex(index, total) { return (index + total) % total; }