chenrui  c2abfadd11 add 3 yıl önce
..
src c2abfadd11 add 3 yıl önce
test c2abfadd11 add 3 yıl önce
LICENSE-MIT c2abfadd11 add 3 yıl önce
README.md c2abfadd11 add 3 yıl önce
package.json c2abfadd11 add 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