jack e1a2621c78 update 2 years ago
..
src e1a2621c78 update 2 years ago
test e1a2621c78 update 2 years ago
LICENSE-MIT e1a2621c78 update 2 years ago
README.md e1a2621c78 update 2 years ago
package.json e1a2621c78 update 2 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