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