JMApp/@babel/runtime/helpers/arrayWithHoles.js
2025-04-05 23:47:00 +08:00

5 lines
102 B
JavaScript

function _arrayWithHoles(r) {
if (Array.isArray(r)) return r;
}
module.exports = _arrayWithHoles;