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