robert2206 8ad867f7a5 commit inicial 8 лет назад
..
src 8ad867f7a5 commit inicial 8 лет назад
test 8ad867f7a5 commit inicial 8 лет назад
.jshintrc 8ad867f7a5 commit inicial 8 лет назад
.npmignore 8ad867f7a5 commit inicial 8 лет назад
LICENSE-MIT 8ad867f7a5 commit inicial 8 лет назад
README.mkd 8ad867f7a5 commit inicial 8 лет назад
package.json 8ad867f7a5 commit inicial 8 лет назад

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