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

node_modules.core-js.modules._ie8-dom-define.js Maven / Gradle / Ivy

The newest version!
module.exports = !require('./_descriptors') && !require('./_fails')(function () {
  return Object.defineProperty(require('./_dom-create')('div'), 'a', { get: function () { return 7; } }).a != 7;
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy