Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/.has-kTohUaDr
VanyaAlekseev ccc3e790bb lab2
2023-12-03 16:59:28 +04:00
..
src lab2 2023-12-03 16:59:28 +04:00
test lab2 2023-12-03 16:59:28 +04:00
LICENSE-MIT lab2 2023-12-03 16:59:28 +04:00
package.json lab2 2023-12-03 16:59:28 +04:00
README.md lab2 2023-12-03 16:59:28 +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