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