www_hero/node_modules/has
sasha-astiadi 324d5960af hero_web
2024-05-03 06:39:20 +02:00
..
src hero_web 2024-05-03 06:39:20 +02:00
test hero_web 2024-05-03 06:39:20 +02:00
.DS_Store hero_web 2024-05-03 06:39:20 +02:00
LICENSE-MIT hero_web 2024-05-03 06:39:20 +02:00
package.json hero_web 2024-05-03 06:39:20 +02:00
README.md hero_web 2024-05-03 06:39:20 +02: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