Vika a1fdb9607d hw react2 пре 2 година
..
src a1fdb9607d hw react2 пре 2 година
test a1fdb9607d hw react2 пре 2 година
LICENSE-MIT a1fdb9607d hw react2 пре 2 година
README.md a1fdb9607d hw react2 пре 2 година
package.json a1fdb9607d hw react2 пре 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