bpms_site/.svn/pristine/88/88a6472ff395fabbcc20a0b6b1269f2090cbc55a.svn-base
2025-11-02 16:38:49 +03:30

6 lines
184 B
Plaintext

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