node_modules.core-js.modules._has.js Maven / Gradle / Ivy
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function (it, key) {
return hasOwnProperty.call(it, key);
};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function (it, key) {
return hasOwnProperty.call(it, key);
};