mit.db/node_modules/has
2022-07-05 19:02:07 +02:00
..
src 1.0.0 2022-07-05 19:02:07 +02:00
test 1.0.0 2022-07-05 19:02:07 +02:00
LICENSE-MIT 1.0.0 2022-07-05 19:02:07 +02:00
package.json 1.0.0 2022-07-05 19:02:07 +02:00
README.md 1.0.0 2022-07-05 19:02:07 +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