tree: 914ad5a78fb82aef6ef0278714642045d94dc23e [path history] [tgz]
  1. README.md
vendor/tera/docs/node_modules/has/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