yrik 2fd3c19a01 提交 il y a 4 ans
..
src eec7f449c9 first commit il y a 4 ans
test eec7f449c9 first commit il y a 4 ans
LICENSE-MIT eec7f449c9 first commit il y a 4 ans
README.md eec7f449c9 first commit il y a 4 ans
package.json 2fd3c19a01 提交 il y a 4 ans

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