yrik 0fb20a58e3 提交 před 4 roky
..
src eec7f449c9 first commit před 4 roky
test eec7f449c9 first commit před 4 roky
LICENSE-MIT eec7f449c9 first commit před 4 roky
README.md eec7f449c9 first commit před 4 roky
package.json 0fb20a58e3 提交 před 4 roky

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