suochencheng 7cf50435fd 1 6 лет назад
..
src 7cf50435fd 1 6 лет назад
test 7cf50435fd 1 6 лет назад
.jshintrc 7cf50435fd 1 6 лет назад
.npmignore 7cf50435fd 1 6 лет назад
LICENSE-MIT 7cf50435fd 1 6 лет назад
README.mkd 7cf50435fd 1 6 лет назад
package.json 7cf50435fd 1 6 лет назад

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