7 lines
173 B
JavaScript

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