Internet-programming_PIbd-2.../Library/node_modules/has
2023-11-30 18:35:42 +04:00
..
src i just have broken all of it 2023-11-30 18:35:42 +04:00
test i just have broken all of it 2023-11-30 18:35:42 +04:00
LICENSE-MIT i just have broken all of it 2023-11-30 18:35:42 +04:00
package.json i just have broken all of it 2023-11-30 18:35:42 +04:00
README.md i just have broken all of it 2023-11-30 18:35:42 +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