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