line_push/node_modules/has
2022-07-17 13:16:16 +08:00
..
src add file 2022-07-17 13:16:16 +08:00
test add file 2022-07-17 13:16:16 +08:00
LICENSE-MIT add file 2022-07-17 13:16:16 +08:00
package.json add file 2022-07-17 13:16:16 +08:00
README.md add file 2022-07-17 13:16:16 +08: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