amis-rpc-design/node_modules/has
2023-10-07 19:42:30 +08:00
..
src v1.0.0 2023-10-07 19:42:30 +08:00
test v1.0.0 2023-10-07 19:42:30 +08:00
LICENSE-MIT v1.0.0 2023-10-07 19:42:30 +08:00
package.json v1.0.0 2023-10-07 19:42:30 +08:00
README.md v1.0.0 2023-10-07 19:42:30 +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