exports.__esModule = true; exports.default = _toArray; function _toArray(arr) { return Array.isArray(arr) ? arr : Array.from(arr); }