main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
477 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | var _Array$isArray = require("core-js-pure/features/array/is-array.js");
|
---|
| 2 | var arrayLikeToArray = require("./arrayLikeToArray.js");
|
---|
| 3 | function _maybeArrayLike(next, arr, i) {
|
---|
| 4 | if (arr && !_Array$isArray(arr) && typeof arr.length === "number") {
|
---|
| 5 | var len = arr.length;
|
---|
| 6 | return arrayLikeToArray(arr, i !== void 0 && i < len ? i : len);
|
---|
| 7 | }
|
---|
| 8 | return next(arr, i);
|
---|
| 9 | }
|
---|
| 10 | module.exports = _maybeArrayLike, module.exports.__esModule = true, module.exports["default"] = module.exports; |
---|
Note:
See
TracBrowser
for help on using the repository browser.