codestats-readme/node_modules/has
2023-09-23 12:48:08 +02:00
..
src action v0.1 2023-09-23 12:48:08 +02:00
test action v0.1 2023-09-23 12:48:08 +02:00
LICENSE-MIT action v0.1 2023-09-23 12:48:08 +02:00
package.json action v0.1 2023-09-23 12:48:08 +02:00
README.md action v0.1 2023-09-23 12:48:08 +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