b s s m e0c8121d0c first commit %!s(int64=3) %!d(string=hai) anos
..
src e0c8121d0c first commit %!s(int64=3) %!d(string=hai) anos
test e0c8121d0c first commit %!s(int64=3) %!d(string=hai) anos
LICENSE-MIT e0c8121d0c first commit %!s(int64=3) %!d(string=hai) anos
README.md e0c8121d0c first commit %!s(int64=3) %!d(string=hai) anos
package.json e0c8121d0c first commit %!s(int64=3) %!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