Projekt

Obecné

Profil

Stáhnout (168 Bajtů) Statistiky
| Větev: | Revize:
1
function _iterableToArray(iter) {
2
  if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter);
3
}
4

    
5
module.exports = _iterableToArray;
(46-46/80)