Projekt

Obecné

Profil

Stáhnout (106 Bajtů) Statistiky
| Větev: | Revize:
1
function _arrayWithHoles(arr) {
2
  if (Array.isArray(arr)) return arr;
3
}
4

    
5
module.exports = _arrayWithHoles;
(5-5/80)