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