Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/has/README.md
VanyaAlekseev c91124ead4 lab3
2023-12-21 21:08:22 +04:00

239 B

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true