mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-16 02:58:51 +00:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
function _arrayWithHoles(arr) {
|
|
if (Array.isArray(arr)) return arr;
|
|
}
|
|
|
|
module.exports = _arrayWithHoles; |