Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00
..
2023-08-15 18:35:50 +02:00
2023-08-15 18:35:50 +02:00
2023-08-15 18:35:50 +02:00
2023-08-15 18:35:50 +02:00
2023-08-15 18:35:50 +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