GT2/Ejectable/node_modules/core-js/modules/$.has.js
2021-08-16 00:14:59 +00:00

4 lines
No EOL
117 B
JavaScript

var hasOwnProperty = {}.hasOwnProperty;
module.exports = function(it, key){
return hasOwnProperty.call(it, key);
};