UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

8 lines (5 loc) 145 B
'use strict'; function getRoundRobinIndex(index, total) { return (index + total) % total; } exports.getRoundRobinIndex = getRoundRobinIndex;