yrik 2fd3c19a01 提交 há 4 anos atrás
..
src eec7f449c9 first commit há 4 anos atrás
test eec7f449c9 first commit há 4 anos atrás
LICENSE-MIT eec7f449c9 first commit há 4 anos atrás
README.md eec7f449c9 first commit há 4 anos atrás
package.json 2fd3c19a01 提交 há 4 anos atrás

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