Нет описания

golf 77628cf8bf first comm лет назад: 2
..
src 77628cf8bf first comm лет назад: 2
test 77628cf8bf first comm лет назад: 2
LICENSE-MIT 77628cf8bf first comm лет назад: 2
README.md 77628cf8bf first comm лет назад: 2
package.json 77628cf8bf first comm лет назад: 2

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true