yrik 0fb20a58e3 提交 пре 4 година
..
src eec7f449c9 first commit пре 4 година
test eec7f449c9 first commit пре 4 година
LICENSE-MIT eec7f449c9 first commit пре 4 година
README.md eec7f449c9 first commit пре 4 година
package.json 0fb20a58e3 提交 пре 4 година

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