jonas_jones-api/node_modules/has
2023-03-30 20:40:42 +02:00
..
src some progress 2023-03-30 20:40:42 +02:00
test some progress 2023-03-30 20:40:42 +02:00
LICENSE-MIT some progress 2023-03-30 20:40:42 +02:00
package.json some progress 2023-03-30 20:40:42 +02:00
README.md some progress 2023-03-30 20:40:42 +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