Maik 79c46dcb5d modul 3 years ago
..
src 79c46dcb5d modul 3 years ago
test 79c46dcb5d modul 3 years ago
LICENSE-MIT 79c46dcb5d modul 3 years ago
README.md 79c46dcb5d modul 3 years ago
package.json 79c46dcb5d modul 3 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