File size: 118 Bytes
bc20498
 
 
 
1
2
3
4
5
export function _array_with_holes(arr) {
    if (Array.isArray(arr)) return arr;
}
export { _array_with_holes as _ };