prc b6c02717e6 Upload complete no-internet building environment. | hace 1 año | |
---|---|---|
.. | ||
src | hace 1 año | |
test | hace 1 año | |
LICENSE-MIT | hace 1 año | |
README.md | hace 1 año | |
package.json | hace 1 año |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true