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


thisisnic/starrating documentation built on May 18, 2019, 1:32 p.m.