UNPKG

@babel/runtime-corejs3

Version:

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

6 lines 253 B
import _Array$isArray from "core-js-pure/features/array/is-array.js"; import arrayLikeToArray from "./arrayLikeToArray.js"; function _arrayWithoutHoles(r) { if (_Array$isArray(r)) return arrayLikeToArray(r); } export { _arrayWithoutHoles as default };