Files
Remote-Control-Center/mc_test/node_modules/@babel/helpers/lib/helpers/arrayWithoutHoles.js
2025-11-25 09:56:15 +03:00

13 lines
330 B
JavaScript
Executable File

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _arrayWithoutHoles;
var _arrayLikeToArray = require("./arrayLikeToArray.js");
function _arrayWithoutHoles(arr) {
if (Array.isArray(arr)) return (0, _arrayLikeToArray.default)(arr);
}
//# sourceMappingURL=arrayWithoutHoles.js.map