smart-power-ui/node_modules/has
23688nl 7a6d58607a 提交代码 2021-05-14 17:26:11 +08:00
..
src 提交代码 2021-05-14 17:26:11 +08:00
test 提交代码 2021-05-14 17:26:11 +08:00
LICENSE-MIT 提交代码 2021-05-14 17:26:11 +08:00
README.md 提交代码 2021-05-14 17:26:11 +08:00
package.json 提交代码 2021-05-14 17:26:11 +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