github-pages-deploy-action/node_modules/@babel/runtime/helpers/esm/slicedToArray.js

6 lines
288 B
JavaScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
import arrayWithHoles from "./arrayWithHoles";
import iterableToArrayLimit from "./iterableToArrayLimit";
import nonIterableRest from "./nonIterableRest";
export default function _slicedToArray(arr, i) {
return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || nonIterableRest();
}