4aa18cf391 v1.0.0 4 years atrás
..
node_modules 4aa18cf391 v1.0.0 4 years atrás
src 4aa18cf391 v1.0.0 4 years atrás
test 4aa18cf391 v1.0.0 4 years atrás
LICENSE-MIT 4aa18cf391 v1.0.0 4 years atrás
README.md 4aa18cf391 v1.0.0 4 years atrás
package.json 4aa18cf391 v1.0.0 4 years atrás

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