dockerized_openAger/nodered/rootfs/data/node_modules/has
valki 664c6d8ca3 Intial Commit 2020-10-17 18:42:50 +02:00
..
src Intial Commit 2020-10-17 18:42:50 +02:00
test Intial Commit 2020-10-17 18:42:50 +02:00
LICENSE-MIT Intial Commit 2020-10-17 18:42:50 +02:00
README.md Intial Commit 2020-10-17 18:42:50 +02:00
package.json Intial Commit 2020-10-17 18:42:50 +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