tanyanfei 2effbd93de init 4 yıl önce
..
node_modules 2effbd93de init 4 yıl önce
src 2effbd93de init 4 yıl önce
test 2effbd93de init 4 yıl önce
LICENSE-MIT 2effbd93de init 4 yıl önce
README.md 2effbd93de init 4 yıl önce
package.json 2effbd93de init 4 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