django-vue3-admin-web/node_modules/@babel/runtime-corejs2/helpers/arrayWithHoles.js
2025-10-20 21:21:14 +08:00

5 lines
248 B
JavaScript

var _Array$isArray = require("core-js/library/fn/array/is-array.js");
function _arrayWithHoles(r) {
if (_Array$isArray(r)) return r;
}
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;