deepsea ca9f471156 first commit 1 yıl önce
..
src ca9f471156 first commit 1 yıl önce
test ca9f471156 first commit 1 yıl önce
LICENSE-MIT ca9f471156 first commit 1 yıl önce
README.md ca9f471156 first commit 1 yıl önce
package.json ca9f471156 first commit 1 yıl önce

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