suochencheng 7cf50435fd 1 il y a 6 ans
..
src 7cf50435fd 1 il y a 6 ans
test 7cf50435fd 1 il y a 6 ans
.jshintrc 7cf50435fd 1 il y a 6 ans
.npmignore 7cf50435fd 1 il y a 6 ans
LICENSE-MIT 7cf50435fd 1 il y a 6 ans
README.mkd 7cf50435fd 1 il y a 6 ans
package.json 7cf50435fd 1 il y a 6 ans

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