FrontPastel/node_modules/@babel/runtime/helpers/arrayWithHoles.js

4 lines
183 B
JavaScript
Raw Normal View History

2024-04-17 13:55:11 +00:00
function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}
module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;