Files
Lab4/24/node_modules/has/README.md
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03: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