Vika a1fdb9607d hw react2 2 years ago
..
src a1fdb9607d hw react2 2 years ago
test a1fdb9607d hw react2 2 years ago
LICENSE-MIT a1fdb9607d hw react2 2 years ago
README.md a1fdb9607d hw react2 2 years ago
package.json a1fdb9607d hw react2 2 years ago

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