blob: 870b40e71601e981d18032ed102a44cdd158ffc3 [file] [log] [blame]
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function(it, key){
return hasOwnProperty.call(it, key);
};