No Description

FFIB: 11e3a9652a first 7 years ago
..
src 11e3a9652a first 7 years ago
test 11e3a9652a first 7 years ago
.jshintrc 11e3a9652a first 7 years ago
.npmignore 11e3a9652a first 7 years ago
LICENSE-MIT 11e3a9652a first 7 years ago
README.mkd 11e3a9652a first 7 years ago
package.json 11e3a9652a first 7 years ago

README.mkd

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true