DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/ |
Current File : //proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/arrayWithoutHoles.js |
import _Array$isArray from "@babel/runtime-corejs2/core-js/array/is-array"; import arrayLikeToArray from "./arrayLikeToArray.js"; export default function _arrayWithoutHoles(arr) { if (_Array$isArray(arr)) return arrayLikeToArray(arr); } |