UNPKG

@kelvininc/ui-components

Version:
14 lines (10 loc) 316 B
'use strict'; const getArrayOfIndexes = (size) => Array(size) .fill({}) .map((_value, index) => index); var arrays_helper = /*#__PURE__*/Object.freeze({ __proto__: null, getArrayOfIndexes: getArrayOfIndexes }); exports.arrays_helper = arrays_helper; exports.getArrayOfIndexes = getArrayOfIndexes;