mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 21:52:19 +00:00
3 lines
No EOL
86 B
JavaScript
3 lines
No EOL
86 B
JavaScript
export default function _arrayWithHoles(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
} |