machinecat520 314d935be9 'message' 2 лет назад
..
src 314d935be9 'message' 2 лет назад
test 314d935be9 'message' 2 лет назад
LICENSE-MIT 314d935be9 'message' 2 лет назад
README.md 314d935be9 'message' 2 лет назад
package.json 314d935be9 'message' 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