bpms_site/.svn/pristine/65/65295b748b61fdb1c8d5c71ed6b59c248e6efaf2.svn-base
2025-11-02 16:38:49 +03:30

9 lines
250 B
Plaintext

"use strict";
var _array_like_to_array = require("./_array_like_to_array.cjs");
exports._ = exports._array_without_holes = _array_without_holes;
function _array_without_holes(arr) {
if (Array.isArray(arr)) return _array_like_to_array._(arr);
}