UNPKG

@babel/runtime-corejs2

Version:

babel's modular runtime helpers with core-js@2 polyfilling

7 lines 409 B
import arrayWithHoles from "./arrayWithHoles.js"; import iterableToArrayLimit from "./iterableToArrayLimit.js"; import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; import nonIterableRest from "./nonIterableRest.js"; export default function _slicedToArray(arr, i) { return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); }