suochencheng 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
..
src 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
test 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
.jshintrc 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
.npmignore 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
LICENSE-MIT 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
README.mkd 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos
package.json 7cf50435fd 1 %!s(int64=6) %!d(string=hai) anos

README.mkd

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true