Lawsun d230cfbce0 first commit il y a 1 an
..
src d230cfbce0 first commit il y a 1 an
test d230cfbce0 first commit il y a 1 an
LICENSE-MIT d230cfbce0 first commit il y a 1 an
README.md d230cfbce0 first commit il y a 1 an
package.json d230cfbce0 first commit il y a 1 an

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