UNPKG

86 BJavaScriptView Raw
1export default function _arrayWithHoles(arr) {
2 if (Array.isArray(arr)) return arr;
3}
\No newline at end of file