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:
536 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 _pushInstanceProperty from "core-js-pure/features/instance/push.js";
|
---|
4 | export default function _iterableToArrayLimitLoose(e, r) {
|
---|
5 | var t = e && ("undefined" != typeof _Symbol && _getIteratorMethod(e) || e["@@iterator"]);
|
---|
6 | if (null != t) {
|
---|
7 | var o,
|
---|
8 | l = [];
|
---|
9 | for (t = t.call(e); e.length < r && !(o = t.next()).done;) _pushInstanceProperty(l).call(l, o.value);
|
---|
10 | return l;
|
---|
11 | }
|
---|
12 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.