UNPKG

179 BJavaScriptView Raw
1export default function _iterableToArray(iter) {
2 if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
3}
\No newline at end of file