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

4 lines
No EOL
104 B
JavaScript
Executable file

function _arrayWithHoles(r) {
if (Array.isArray(r)) return r;
}
export { _arrayWithHoles as default };