root 3bf41bf355 update | hai 1 ano | |
---|---|---|
.. | ||
src | hai 1 ano | |
test | hai 1 ano | |
LICENSE-MIT | hai 1 ano | |
README.md | hai 1 ano | |
package.json | hai 1 ano |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true