UNPKG

147 BJavaScriptView Raw
1import _Array$from from "../../core-js/array/from";
2export default function _toArray(arr) {
3 return Array.isArray(arr) ? arr : _Array$from(arr);
4}
\No newline at end of file