peach a19a732be8 commit message hace 2 años
..
src a19a732be8 commit message hace 2 años
test a19a732be8 commit message hace 2 años
LICENSE-MIT a19a732be8 commit message hace 2 años
README.md a19a732be8 commit message hace 2 años
package.json a19a732be8 commit message hace 2 años

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