export default function _toArray(arr) { return Array.isArray(arr) ? arr : Array.from(arr); }