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

5 lines
100 B
JavaScript
Raw Normal View History

2024-01-16 22:53:42 +08:00
function _arrayWithHoles(r) {
if (Array.isArray(r)) return r;
}
module.exports = _arrayWithHoles;