Files
2026-01-26 23:20:48 +08:00
..
2026-01-26 23:20:48 +08:00
2026-01-26 23:20:48 +08:00
2026-01-26 23:20:48 +08:00
2026-01-26 23:20:48 +08:00
2026-01-26 23:20:48 +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