alert / js / node_modules / has /
@Réz István Réz István authored on 18 Nov 2021
..
src first commit 3 years ago
test first commit 3 years ago
LICENSE-MIT first commit 3 years ago
README.md first commit 3 years ago
package.json first commit 3 years ago
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