RiskStrategyTask/Companies/Companies/node_modules/has
Dvurechensky b080da1abb 1.0
Main
2024-10-05 06:58:11 +03:00
..
src 1.0 2024-10-05 06:58:11 +03:00
test 1.0 2024-10-05 06:58:11 +03:00
LICENSE-MIT 1.0 2024-10-05 06:58:11 +03:00
package.json 1.0 2024-10-05 06:58:11 +03:00
README.md 1.0 2024-10-05 06:58:11 +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