root e2ef550dc3 update hace 2 años
..
src e2ef550dc3 update hace 2 años
test e2ef550dc3 update hace 2 años
LICENSE-MIT e2ef550dc3 update hace 2 años
README.md e2ef550dc3 update hace 2 años
package.json e2ef550dc3 update 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