Illia Kozyr c722a49f64 React Project DONE il y a 2 ans
..
src c722a49f64 React Project DONE il y a 2 ans
test c722a49f64 React Project DONE il y a 2 ans
LICENSE-MIT c722a49f64 React Project DONE il y a 2 ans
README.md c722a49f64 React Project DONE il y a 2 ans
package.json c722a49f64 React Project DONE il y a 2 ans

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