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

node_modules.core-js.fn.array.unshift.js Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
// for a legacy code and future fixes
module.exports = function () {
  return Function.call.apply(Array.prototype.unshift, arguments);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy