tvbox_config/open/node_modules/has
liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00
..
src init 2024-06-01 22:41:46 +08:00
test init 2024-06-01 22:41:46 +08:00
LICENSE-MIT init 2024-06-01 22:41:46 +08:00
package.json init 2024-06-01 22:41:46 +08:00
README.md init 2024-06-01 22:41:46 +08: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