Files
RJSVM/node_modules/has
nitowa 1dae68b1c7 init
2023-08-15 22:28:03 +02:00
..
2023-08-15 22:28:03 +02:00
2023-08-15 22:28:03 +02:00
2023-08-15 22:28:03 +02:00
2023-08-15 22:28:03 +02:00
2023-08-15 22:28:03 +02: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