Vika a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
..
src a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
test a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
LICENSE-MIT a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
README.md a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos
package.json a1fdb9607d hw react2 %!s(int64=2) %!d(string=hai) anos

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