README.md 239 Bytes Edit Raw Blame History has Object.prototype.hasOwnProperty.call shortcut Installationnpm install --save has Usagevar has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true