yuanhao b574408fd7 first commit 3 gadi atpakaļ
..
src b574408fd7 first commit 3 gadi atpakaļ
test b574408fd7 first commit 3 gadi atpakaļ
LICENSE-MIT b574408fd7 first commit 3 gadi atpakaļ
README.md b574408fd7 first commit 3 gadi atpakaļ
package.json b574408fd7 first commit 3 gadi atpakaļ

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