UNPKG

d3-stencil

Version:

Charts built with D3 and Stencil. Framework-agnostic, simple.

5 lines (4 loc) 124 B
export const circularFind = (array, index) => { const remainder = index % array.length; return array[remainder]; };