PIbd-21_Zhirnova_A._E._Inte.../Laba2/node_modules/has
2023-12-06 18:28:06 +03:00
..
src Lab2 2023-12-06 18:28:06 +03:00
test Lab2 2023-12-06 18:28:06 +03:00
LICENSE-MIT Lab2 2023-12-06 18:28:06 +03:00
package.json Lab2 2023-12-06 18:28:06 +03:00
README.md Lab2 2023-12-06 18:28:06 +03: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