Last change
on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
521 bytes
|
Line | |
---|
1 | var arrayWithoutHoles = require("./arrayWithoutHoles.js");
|
---|
2 |
|
---|
3 | var iterableToArray = require("./iterableToArray.js");
|
---|
4 |
|
---|
5 | var unsupportedIterableToArray = require("./unsupportedIterableToArray.js");
|
---|
6 |
|
---|
7 | var nonIterableSpread = require("./nonIterableSpread.js");
|
---|
8 |
|
---|
9 | function _toConsumableArray(arr) {
|
---|
10 | return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();
|
---|
11 | }
|
---|
12 |
|
---|
13 | module.exports = _toConsumableArray;
|
---|
14 | module.exports["default"] = module.exports, module.exports.__esModule = true; |
---|
Note:
See
TracBrowser
for help on using the repository browser.