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