Projekt

Obecné

Profil

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