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