WUT_Computer_Science/EGUI/lab3/api/node_modules/has
2022-06-15 05:26:01 +02:00
..
src feat: finish api 2022-06-15 05:26:01 +02:00
test feat: finish api 2022-06-15 05:26:01 +02:00
LICENSE-MIT feat: finish api 2022-06-15 05:26:01 +02:00
package.json feat: finish api 2022-06-15 05:26:01 +02:00
README.md feat: finish api 2022-06-15 05:26:01 +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