line_push/node_modules/has
2022-07-21 03:28:35 +00:00
..
src V1 2022-07-21 03:28:35 +00:00
test V1 2022-07-21 03:28:35 +00:00
LICENSE-MIT V1 2022-07-21 03:28:35 +00:00
package.json V1 2022-07-21 03:28:35 +00:00
README.md V1 2022-07-21 03:28:35 +00: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