shift73k/assets_old/node_modules/@babel/runtime/helpers/arrayWithHoles.js

6 lines
No EOL
184 B
JavaScript

function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}
module.exports = _arrayWithHoles;
module.exports["default"] = module.exports, module.exports.__esModule = true;