DigitalConsumer.FixMyGlass/node_modules/has
2021-09-20 17:57:19 -04:00
..
src initial commit 2021-09-20 17:57:19 -04:00
test initial commit 2021-09-20 17:57:19 -04:00
LICENSE-MIT initial commit 2021-09-20 17:57:19 -04:00
package.json initial commit 2021-09-20 17:57:19 -04:00
README.md initial commit 2021-09-20 17:57:19 -04: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