|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
423 bytes
|
| Line | |
|---|
| 1 | import arrayWithoutHoles from "./arrayWithoutHoles.js";
|
|---|
| 2 | import iterableToArray from "./iterableToArray.js";
|
|---|
| 3 | import unsupportedIterableToArray from "./unsupportedIterableToArray.js";
|
|---|
| 4 | import nonIterableSpread from "./nonIterableSpread.js";
|
|---|
| 5 | function _toConsumableArray(r) {
|
|---|
| 6 | return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread();
|
|---|
| 7 | }
|
|---|
| 8 | export { _toConsumableArray as default }; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.