gaojunlong 0b996e41aa 2025-03-04-1 il y a 2 mois
..
src 0b996e41aa 2025-03-04-1 il y a 2 mois
test 0b996e41aa 2025-03-04-1 il y a 2 mois
LICENSE-MIT 0b996e41aa 2025-03-04-1 il y a 2 mois
README.md 0b996e41aa 2025-03-04-1 il y a 2 mois
package.json 0b996e41aa 2025-03-04-1 il y a 2 mois

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