Internet_Programming_PIbd-2.../лаб2/прим1/node_modules/has
2023-11-09 22:45:49 +04:00
..
src лаб2 2023-11-09 22:45:49 +04:00
test лаб2 2023-11-09 22:45:49 +04:00
LICENSE-MIT лаб2 2023-11-09 22:45:49 +04:00
package.json лаб2 2023-11-09 22:45:49 +04:00
README.md лаб2 2023-11-09 22:45: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