Cypress_TS/CY_Auta_TS/automaty/node_modules/has
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00
..
src údržba 2023-08-15 18:35:50 +02:00
test údržba 2023-08-15 18:35:50 +02:00
LICENSE-MIT údržba 2023-08-15 18:35:50 +02:00
package.json údržba 2023-08-15 18:35:50 +02:00
README.md údržba 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