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