Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/has
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00
..
src Lab2-5 2024-01-10 16:11:49 +04:00
test Lab2-5 2024-01-10 16:11:49 +04:00
LICENSE-MIT Lab2-5 2024-01-10 16:11:49 +04:00
package.json Lab2-5 2024-01-10 16:11:49 +04:00
README.md Lab2-5 2024-01-10 16:11:49 +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