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