open-embodied fa48161c03 gcc 6 mesiacov pred
..
src fa48161c03 gcc 6 mesiacov pred
test fa48161c03 gcc 6 mesiacov pred
LICENSE-MIT fa48161c03 gcc 6 mesiacov pred
README.md fa48161c03 gcc 6 mesiacov pred
package.json fa48161c03 gcc 6 mesiacov pred

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