pixsy/node_modules/has
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
src initial 2017-12-22 17:22:08 +00:00
test initial 2017-12-22 17:22:08 +00:00
.jshintrc initial 2017-12-22 17:22:08 +00:00
.npmignore initial 2017-12-22 17:22:08 +00:00
LICENSE-MIT initial 2017-12-22 17:22:08 +00:00
README.mkd initial 2017-12-22 17:22:08 +00:00
package.json initial 2017-12-22 17:22:08 +00:00

README.mkd

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true