JMApp/@babel/runtime/helpers/arrayWithHoles.js

5 lines
102 B
JavaScript
Raw Normal View History

2024-03-20 11:39:05 +08:00
function _arrayWithHoles(r) {
if (Array.isArray(r)) return r;
}
module.exports = _arrayWithHoles;