wilddragon-site/node_modules/@swc/helpers/cjs/_array_with_holes.cjs
2026-04-17 15:51:01 -04:00

6 lines
122 B
JavaScript
Executable file

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