Maik 79c46dcb5d modul 3 yıl önce
..
src 79c46dcb5d modul 3 yıl önce
test 79c46dcb5d modul 3 yıl önce
LICENSE-MIT 79c46dcb5d modul 3 yıl önce
README.md 79c46dcb5d modul 3 yıl önce
package.json 79c46dcb5d modul 3 yıl önce

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