bpms_site/.svn/pristine/52/523b0805596fb18ac3d5d12b6b41c3fce0c6fe59.svn-base
2025-11-02 16:38:49 +03:30

7 lines
150 B
Plaintext

"use strict";
exports._ = exports._array_with_holes = _array_with_holes;
function _array_with_holes(arr) {
if (Array.isArray(arr)) return arr;
}