main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
423 bytes
|
Rev | Line | |
---|
[d565449] | 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.