gaojunlong 0b996e41aa 2025-03-04-1 hai 2 meses
..
src 0b996e41aa 2025-03-04-1 hai 2 meses
test 0b996e41aa 2025-03-04-1 hai 2 meses
LICENSE-MIT 0b996e41aa 2025-03-04-1 hai 2 meses
README.md 0b996e41aa 2025-03-04-1 hai 2 meses
package.json 0b996e41aa 2025-03-04-1 hai 2 meses

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