FLUJOS/BACK_BACK/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
2025-11-07 00:06:12 +01:00

5 lines
No EOL
182 B
JavaScript
Executable file

import arrayLikeToArray from "./arrayLikeToArray.js";
function _arrayWithoutHoles(r) {
if (Array.isArray(r)) return arrayLikeToArray(r);
}
export { _arrayWithoutHoles as default };