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

node_modules.core-js.modules._add-to-unscopables.js Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
// 22.1.3.31 Array.prototype[@@unscopables]
var UNSCOPABLES = require('./_wks')('unscopables');
var ArrayProto = Array.prototype;
if (ArrayProto[UNSCOPABLES] == undefined) require('./_hide')(ArrayProto, UNSCOPABLES, {});
module.exports = function (key) {
  ArrayProto[UNSCOPABLES][key] = true;
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy