bns_zhgd_web/node_modules/has
haozq 65e8192a56 first commit 2025-04-02 10:01:21 +08:00
..
src first commit 2025-04-02 10:01:21 +08:00
test first commit 2025-04-02 10:01:21 +08:00
LICENSE-MIT first commit 2025-04-02 10:01:21 +08:00
README.md first commit 2025-04-02 10:01:21 +08:00
package.json first commit 2025-04-02 10:01:21 +08: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