Files
seatmapv2/client/node_modules/has
2021-03-02 00:06:38 +01:00
..
2021-03-02 00:06:38 +01:00
2021-03-02 00:06:38 +01:00
2021-03-02 00:06:38 +01:00
2021-03-02 00:06:38 +01:00
2021-03-02 00:06:38 +01: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