Dailin 415ba84223 | пре 3 година | ||
---|---|---|---|
.. | |||
src | 删除 | пре 3 година | |
test | 删除 | пре 3 година | |
LICENSE-MIT | пре 3 година | ||
README.md | пре 3 година | ||
package.json | пре 3 година |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true