|
10 mesi fa | |
---|---|---|
.. | ||
src | 10 mesi fa | |
test | 10 mesi fa | |
LICENSE-MIT | 10 mesi fa | |
README.md | 10 mesi fa | |
package.json | 10 mesi fa |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true