JMApp/@babel/runtime/helpers/arrayWithHoles.js
2024-03-20 11:39:05 +08:00

5 lines
102 B
JavaScript

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