Dailin 415ba84223 | před 3 roky | ||
---|---|---|---|
.. | |||
src | 删除 | před 3 roky | |
test | 删除 | před 3 roky | |
LICENSE-MIT | před 3 roky | ||
README.md | před 3 roky | ||
package.json | před 3 roky |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true