H5-ThreeDoorder/node_modules/has
whitechiina 361f444663 updata 2025-03-28 14:06:25 +08:00
..
src updata 2025-03-28 14:06:25 +08:00
test updata 2025-03-28 14:06:25 +08:00
LICENSE-MIT updata 2025-03-28 14:06:25 +08:00
README.md updata 2025-03-28 14:06:25 +08:00
package.json updata 2025-03-28 14:06:25 +08:00

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true