wyling e2331159ee 'save' 4 years ago
..
src e2331159ee 'save' 4 years ago
test e2331159ee 'save' 4 years ago
LICENSE-MIT e2331159ee 'save' 4 years ago
README.md e2331159ee 'save' 4 years ago
package.json e2331159ee 'save' 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