Maik 79c46dcb5d modul il y a 3 ans
..
src 79c46dcb5d modul il y a 3 ans
test 79c46dcb5d modul il y a 3 ans
LICENSE-MIT 79c46dcb5d modul il y a 3 ans
README.md 79c46dcb5d modul il y a 3 ans
package.json 79c46dcb5d modul il y a 3 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