XuelesszzZ 94af2b8e7b 6-30-5 | пре 1 година | |
---|---|---|
.. | ||
src | пре 1 година | |
test | пре 1 година | |
LICENSE-MIT | пре 1 година | |
README.md | пре 1 година | |
package.json | пре 1 година |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true