You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
316 B

var _Array$from = require("../core-js/array/from");
var _isIterable = require("../core-js/is-iterable");
var _Symbol = require("../core-js/symbol");
function _iterableToArray(iter) {
if (typeof _Symbol !== "undefined" && _isIterable(Object(iter))) return _Array$from(iter);
}
module.exports = _iterableToArray;