mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-22 12:29:50 -04:00
7 lines
497 B
JavaScript
7 lines
497 B
JavaScript
import arrayWithHoles from "@babel/runtime/helpers/esm/arrayWithHoles";
|
|
import iterableToArrayLimit from "@babel/runtime/helpers/esm/iterableToArrayLimit";
|
|
import unsupportedIterableToArray from "@babel/runtime/helpers/esm/unsupportedIterableToArray";
|
|
import nonIterableRest from "@babel/runtime/helpers/esm/nonIterableRest";
|
|
export default function _slicedToArray(arr, i) {
|
|
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();
|
|
} |