Benchmark-Hub / node_modules /@babel /runtime /helpers /esm /arrayWithoutHoles.js
yxslpts's picture
Upload 14458 files
b8806f7 verified
Raw
History Blame Contribute Delete
182 Bytes
import arrayLikeToArray from "./arrayLikeToArray.js";
function _arrayWithoutHoles(r) {
if (Array.isArray(r)) return arrayLikeToArray(r);
}
export { _arrayWithoutHoles as default };