Maik 79c46dcb5d modul 3 anni fa
..
src 79c46dcb5d modul 3 anni fa
test 79c46dcb5d modul 3 anni fa
LICENSE-MIT 79c46dcb5d modul 3 anni fa
README.md 79c46dcb5d modul 3 anni fa
package.json 79c46dcb5d modul 3 anni fa

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