Afanasev_Stepan_PIbd-21_IP/ИП 3 лаба/node_modules/has/README.md
[USERNAME] 0dd26716dc Lab2-5
2024-01-10 16:11:49 +04:00

239 B

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true