📄 _array_with_holes.cjs
/home/palash/git/site/node_modules/@swc/helpers/cjs/_array_with_holes.cjs
Language: cjs • Lines: 6
"use strict";

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