Files
plex-api-oauth/node_modules/has
luke-hagar-sp b2c7832873 Node_modules
2022-07-22 20:22:32 -05:00
..
2022-07-22 20:22:32 -05:00
2022-07-22 20:22:32 -05:00
2022-07-22 20:22:32 -05:00
2022-07-22 20:22:32 -05:00
2022-07-22 20:22:32 -05: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