github-pages-deploy-action/node_modules/has
2020-01-28 00:07:56 -05:00
..
LICENSE-MIT Dependencies Required 2020-01-28 00:07:56 -05:00
package.json Dependencies Required 2020-01-28 00:07:56 -05:00
README.md Dependencies Required 2020-01-28 00:07:56 -05:00

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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