suochencheng 7cf50435fd 1 6 years ago
..
src 7cf50435fd 1 6 years ago
test 7cf50435fd 1 6 years ago
.jshintrc 7cf50435fd 1 6 years ago
.npmignore 7cf50435fd 1 6 years ago
LICENSE-MIT 7cf50435fd 1 6 years ago
README.mkd 7cf50435fd 1 6 years ago
package.json 7cf50435fd 1 6 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