Нет описания

FFIB: 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
..
src 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
test 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
.jshintrc 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
.npmignore 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
LICENSE-MIT 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
README.mkd 11e3a9652a first лет %!s(int64=7): %!d(string=назад)
package.json 11e3a9652a first лет %!s(int64=7): %!d(string=назад)

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