database-petani-mobile/node_modules/has
2026-02-23 16:39:35 +07:00
..
src base commit 2026-02-23 16:39:35 +07:00
test base commit 2026-02-23 16:39:35 +07:00
LICENSE-MIT base commit 2026-02-23 16:39:35 +07:00
package.json base commit 2026-02-23 16:39:35 +07:00
README.md base commit 2026-02-23 16:39:35 +07: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