Zhouyiping 5a7c95461a first commit 3 days ago
..
src 5a7c95461a first commit 3 days ago
test 5a7c95461a first commit 3 days ago
LICENSE-MIT 5a7c95461a first commit 3 days ago
README.md 5a7c95461a first commit 3 days ago
package.json 5a7c95461a first commit 3 days ago

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