mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-23 11:01:14 +08:00
3 lines
86 B
JavaScript
3 lines
86 B
JavaScript
export default function _arrayWithHoles(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
} |