monitoring/web/monit_web/node_modules/has
qiangyanwen 2a13709dc8 testcase 2022-06-19 10:12:23 +08:00
..
src testcase 2022-06-19 10:12:23 +08:00
test testcase 2022-06-19 10:12:23 +08:00
LICENSE-MIT testcase 2022-06-19 10:12:23 +08:00
README.md testcase 2022-06-19 10:12:23 +08:00
package.json testcase 2022-06-19 10:12:23 +08:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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