UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 95 B
export function getNextIndex(currentIndex, length) { return (currentIndex + 1) % length; }