boardroom-inc-protocol-Info/node_modules/has
2021-02-04 14:00:09 -06:00
..
src fix: rollup typescript 2021-02-04 14:00:09 -06:00
test fix: rollup typescript 2021-02-04 14:00:09 -06:00
LICENSE-MIT fix: rollup typescript 2021-02-04 14:00:09 -06:00
package.json fix: rollup typescript 2021-02-04 14:00:09 -06:00
README.md fix: rollup typescript 2021-02-04 14:00:09 -06: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