Opal-Estate-Pro/node_modules/has
2019-09-13 09:44:33 +07:00
..
src uapte 2019-09-13 09:44:33 +07:00
test uapte 2019-09-13 09:44:33 +07:00
LICENSE-MIT uapte 2019-09-13 09:44:33 +07:00
package.json uapte 2019-09-13 09:44:33 +07:00
README.md uapte 2019-09-13 09:44:33 +07:00

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true