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