yrik 0fb20a58e3 提交 hace 4 años
..
src eec7f449c9 first commit hace 4 años
test eec7f449c9 first commit hace 4 años
LICENSE-MIT eec7f449c9 first commit hace 4 años
README.md eec7f449c9 first commit hace 4 años
package.json 0fb20a58e3 提交 hace 4 años

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