Comparing version 0.1.0 to 0.1.1
module.exports = function(obj, prop) { | ||
return Object.prototype.hasOwnProperty.call(obj, prop) | ||
return {}.hasOwnProperty.call(obj, prop) | ||
} |
{ | ||
"name": "es-hasown", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Shorthand for Object.prototype.hasOwnProperty.call(obj, name)", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/zeekay/es-hasown", |
Sorry, the diff of this file is not supported yet
3114