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