Files
oneclickvirt.github.io/node_modules/has
spiritlhl 6f5966067d Update
2023-06-20 00:59:07 +00:00
..
2023-06-20 00:59:07 +00:00
2023-06-20 00:59:07 +00:00
2023-06-20 00:59:07 +00:00
2023-06-20 00:59:07 +00:00
2023-06-20 00:59:07 +00: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