All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.esm.arrayLikeToArray.js Maven / Gradle / Ivy

There is a newer version: 7.25.6
Show newest version
function _arrayLikeToArray(r, a) {
  (null == a || a > r.length) && (a = r.length);
  for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
  return n;
}
export { _arrayLikeToArray as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy