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