UNPKG

@ozen-ui/kit

Version:

React component library

7 lines (6 loc) 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getPrevIndex = getPrevIndex; function getPrevIndex(currentIndex, length) { return currentIndex - 1 < 0 ? length - 1 : currentIndex - 1; }