Commit before publish

This commit is contained in:
2020-01-22 11:59:38 +01:00
parent 44e7cf615c
commit 2c38b52ffb
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import _Array$from from "../../core-js/array/from";
import _isIterable from "../../core-js/is-iterable";
import _Array$from from "..\\../core-js/array/from";
import _isIterable from "..\\../core-js/is-iterable";
export default function _iterableToArray(iter) {
if (_isIterable(Object(iter)) || Object.prototype.toString.call(iter) === "[object Arguments]") return _Array$from(iter);
}