UNPKG

@thejones/react-common-components

Version:

React component - semantic ui

11 lines (8 loc) 259 B
export default function _iterableToArrayLimitLoose(arr, i) { var _arr = []; for (var _iterator = arr[Symbol.iterator](), _step; !(_step = _iterator.next()).done;) { _arr.push(_step.value); if (i && _arr.length === i) break; } return _arr; }