yrik 0fb20a58e3 提交 %!s(int64=4) %!d(string=hai) anos
..
src eec7f449c9 first commit %!s(int64=4) %!d(string=hai) anos
test eec7f449c9 first commit %!s(int64=4) %!d(string=hai) anos
LICENSE-MIT eec7f449c9 first commit %!s(int64=4) %!d(string=hai) anos
README.md eec7f449c9 first commit %!s(int64=4) %!d(string=hai) anos
package.json 0fb20a58e3 提交 %!s(int64=4) %!d(string=hai) anos

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