jayfella c97084e992 Initial Commit 5 years ago
..
src c97084e992 Initial Commit 5 years ago
test c97084e992 Initial Commit 5 years ago
LICENSE-MIT c97084e992 Initial Commit 5 years ago
README.md c97084e992 Initial Commit 5 years ago
package.json c97084e992 Initial Commit 5 years ago

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