huituanxueqian 7740728225 commit | vor 1 Jahr | |
---|---|---|
.. | ||
src | vor 1 Jahr | |
test | vor 1 Jahr | |
LICENSE-MIT | vor 1 Jahr | |
README.md | vor 1 Jahr | |
package.json | vor 1 Jahr |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true