quartz/wallet/node_modules/has
2022-03-04 20:05:23 +08:00
..
src Initialising for #8 2022-03-04 20:05:23 +08:00
test Initialising for #8 2022-03-04 20:05:23 +08:00
LICENSE-MIT Initialising for #8 2022-03-04 20:05:23 +08:00
package.json Initialising for #8 2022-03-04 20:05:23 +08:00
README.md Initialising for #8 2022-03-04 20:05:23 +08: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