bakalarska_praca/database/node_modules/has
2023-05-11 21:57:12 +02:00
..
src first commit 2023-05-11 21:57:12 +02:00
test first commit 2023-05-11 21:57:12 +02:00
LICENSE-MIT first commit 2023-05-11 21:57:12 +02:00
package.json first commit 2023-05-11 21:57:12 +02:00
README.md first commit 2023-05-11 21:57:12 +02: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