main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
290 bytes
|
Line | |
---|
1 | export default function _iterableToArrayLimitLoose(e, r) {
|
---|
2 | var t = e && ("undefined" != typeof Symbol && e[Symbol.iterator] || e["@@iterator"]);
|
---|
3 | if (null != t) {
|
---|
4 | var o,
|
---|
5 | l = [];
|
---|
6 | for (t = t.call(e); e.length < r && !(o = t.next()).done;) l.push(o.value);
|
---|
7 | return l;
|
---|
8 | }
|
---|
9 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.