the-forest/client/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js

5 lines
182 B
JavaScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import arrayLikeToArray from "./arrayLikeToArray.js";
function _arrayWithoutHoles(r) {
if (Array.isArray(r)) return arrayLikeToArray(r);
}
export { _arrayWithoutHoles as default };