UNPKG

106 BJavaScriptView Raw
1function _arrayWithHoles(arr) {
2 if (Array.isArray(arr)) return arr;
3}
4
5module.exports = _arrayWithHoles;
\No newline at end of file