rDrama/node_modules/has
Aevann1 67a1595b9b fdsfd 2021-12-13 22:28:32 +00:00
..
src fdsfd 2021-12-13 22:28:32 +00:00
test fdsfd 2021-12-13 22:28:32 +00:00
LICENSE-MIT fdsfd 2021-12-13 22:28:32 +00:00
README.md fdsfd 2021-12-13 22:28:32 +00:00
package.json fdsfd 2021-12-13 22:28:32 +00:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true