Files
goTorrent/goTorrentWebUI/node_modules/react-scripts/node_modules/fbjs/node_modules/core-js/modules/$.has.js

4 lines
117 B
JavaScript

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