blob: ec54484f282a1c13d65447c3c504e29bbc51761e [file] [log] [blame]
function _has(prop, obj) {
return Object.prototype.hasOwnProperty.call(obj, prop);
}
module.exports = _has;