Zhouyiping 5a7c95461a first commit пре 3 дана
..
src 5a7c95461a first commit пре 3 дана
test 5a7c95461a first commit пре 3 дана
LICENSE-MIT 5a7c95461a first commit пре 3 дана
README.md 5a7c95461a first commit пре 3 дана
package.json 5a7c95461a first commit пре 3 дана

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