yrik 2fd3c19a01 提交 vor 4 Jahren
..
src eec7f449c9 first commit vor 4 Jahren
test eec7f449c9 first commit vor 4 Jahren
LICENSE-MIT eec7f449c9 first commit vor 4 Jahren
README.md eec7f449c9 first commit vor 4 Jahren
package.json 2fd3c19a01 提交 vor 4 Jahren

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