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