elearning/Frontend-Learner/node_modules/@babel/helpers/lib/helpers/arrayWithHoles.js
2026-01-13 10:48:02 +07:00

11 lines
231 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _arrayWithHoles;
function _arrayWithHoles(arr) {
if (Array.isArray(arr)) return arr;
}
//# sourceMappingURL=arrayWithHoles.js.map