Demo_Git_Webhook/server/node_modules/has
joseph le 719fc668a0 first commit 2023-10-02 08:57:04 +07:00
..
src first commit 2023-10-02 08:57:04 +07:00
test first commit 2023-10-02 08:57:04 +07:00
LICENSE-MIT first commit 2023-10-02 08:57:04 +07:00
README.md first commit 2023-10-02 08:57:04 +07:00
package.json first commit 2023-10-02 08:57:04 +07: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