has
Object.prototype.hasOwnProperty.call shortcut
Installation
npm install --save has
Usage
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
src | Source_Code | |
test | Source_Code | |
LICENSE-MIT | Source_Code | |
README.md | Source_Code | |
package.json | Source_Code |