Files
zhibo/node_modules/has
xiaoyu ad03766572 init
2023-05-22 14:18:33 +08:00
..
2023-05-22 14:18:33 +08:00
2023-05-22 14:18:33 +08:00
2023-05-22 14:18:33 +08:00
2023-05-22 14:18:33 +08:00
2023-05-22 14:18:33 +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