Евгения Акиншина 52274d6dab HW<react> done vor 3 Jahren
..
src 52274d6dab HW<react> done vor 3 Jahren
test 52274d6dab HW<react> done vor 3 Jahren
LICENSE-MIT 52274d6dab HW<react> done vor 3 Jahren
README.md 52274d6dab HW<react> done vor 3 Jahren
package.json 52274d6dab HW<react> done vor 3 Jahren

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