main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
383 bytes
|
Line | |
---|
1 | import _Symbol from "core-js-pure/features/symbol/index.js";
|
---|
2 | import _getIteratorMethod from "core-js-pure/features/get-iterator-method.js";
|
---|
3 | import _Array$from from "core-js-pure/features/array/from.js";
|
---|
4 | export default function _iterableToArray(iter) {
|
---|
5 | if (typeof _Symbol !== "undefined" && _getIteratorMethod(iter) != null || iter["@@iterator"] != null) return _Array$from(iter);
|
---|
6 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.