UNPKG

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