PIbd-21_Zhirnova_A._E._Inte.../3 proba/node_modules/has
2023-12-06 21:05:45 +03:00
..
src Lab3new 2023-12-06 21:05:45 +03:00
test Lab3new 2023-12-06 21:05:45 +03:00
LICENSE-MIT Lab3new 2023-12-06 21:05:45 +03:00
package.json Lab3new 2023-12-06 21:05:45 +03:00
README.md Lab3new 2023-12-06 21:05:45 +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