spaceout/front_end/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
2020-12-12 10:25:30 -05:00

4 lines
183 B
JavaScript

import arrayLikeToArray from "@babel/runtime/helpers/esm/arrayLikeToArray";
export default function _arrayWithoutHoles(arr) {
if (Array.isArray(arr)) return arrayLikeToArray(arr);
}