liushiquan 36ab603d34 init
2024-06-01 22:41:46 +08:00
..
2024-06-01 22:41:46 +08:00
2024-06-01 22:41:46 +08:00
2024-06-01 22:41:46 +08:00
2024-06-01 22:41:46 +08:00
2024-06-01 22:41:46 +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