biobulkbende.org/node_modules/has
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
src structure, layout and automation 2020-09-16 14:23:28 +02:00
test structure, layout and automation 2020-09-16 14:23:28 +02:00
LICENSE-MIT structure, layout and automation 2020-09-16 14:23:28 +02:00
README.md structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02: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