var _Array$from = require("../core-js/array/from"); function _toArray(arr) { return Array.isArray(arr) ? arr : _Array$from(arr); } module.exports = _toArray;