sensordb2 e64a8defe5 3.17 | 1 year ago | |
---|---|---|
.. | ||
src | 1 year ago | |
test | 1 year ago | |
LICENSE-MIT | 1 year ago | |
README.md | 1 year ago | |
package.json | 1 year ago |
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has');
has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true