Kevin 29b9a0c50c clean && clean html base 4 years ago
..
src 29b9a0c50c clean && clean html base 4 years ago
test 29b9a0c50c clean && clean html base 4 years ago
LICENSE-MIT 29b9a0c50c clean && clean html base 4 years ago
README.md 29b9a0c50c clean && clean html base 4 years ago
package.json 29b9a0c50c clean && clean html base 4 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