chenpm 113896a47c no message hace 8 meses
..
src 113896a47c no message hace 8 meses
test 113896a47c no message hace 8 meses
LICENSE-MIT 113896a47c no message hace 8 meses
README.md 113896a47c no message hace 8 meses
package.json 113896a47c no message hace 8 meses

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