Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/has
VanyaAlekseev c91124ead4 lab3
2023-12-21 21:08:22 +04:00
..
src lab3 2023-12-21 21:08:22 +04:00
test lab3 2023-12-21 21:08:22 +04:00
LICENSE-MIT lab3 2023-12-21 21:08:22 +04:00
package.json lab3 2023-12-21 21:08:22 +04:00
README.md lab3 2023-12-21 21:08:22 +04: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