Vika a1fdb9607d hw react2 hace 2 años
..
src a1fdb9607d hw react2 hace 2 años
test a1fdb9607d hw react2 hace 2 años
LICENSE-MIT a1fdb9607d hw react2 hace 2 años
README.md a1fdb9607d hw react2 hace 2 años
package.json a1fdb9607d hw react2 hace 2 años

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