Object.prototype.hasOwnProperty.call shortcut
Weekly downloads
Readme
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true
Object.prototype.hasOwnProperty.call shortcut
The npm package has receives a total of 27,305,048 weekly downloads. As such, has popularity was classified as popular.
We found that has demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.