📄 _array_with_holes.js
/home/palash/git/site/node_modules/@swc/helpers/esm/_array_with_holes.js
Language: js • Lines: 4
function _array_with_holes(arr) {
    if (Array.isArray(arr)) return arr;
}
export { _array_with_holes as _ };