PIbd-22_Kaznacheeva.E.K_Int.../lab2/node_modules/has
2023-11-24 14:53:57 +04:00
..
src вторая лаба 2023-11-24 14:53:57 +04:00
test вторая лаба 2023-11-24 14:53:57 +04:00
LICENSE-MIT вторая лаба 2023-11-24 14:53:57 +04:00
package.json вторая лаба 2023-11-24 14:53:57 +04:00
README.md вторая лаба 2023-11-24 14:53:57 +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