chache/@babel/runtime/helpers/arrayWithHoles.js
2024-01-16 22:53:42 +08:00

5 lines
100 B
JavaScript

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