github-pages-deploy-action/node_modules/has
2019-11-19 07:48:29 -05:00
..
src Dependencies 2019-11-19 07:48:29 -05:00
test Dependencies 2019-11-19 07:48:29 -05:00
LICENSE-MIT Dependencies 2019-11-19 07:48:29 -05:00
package.json Dependencies 2019-11-19 07:48:29 -05:00
README.md Dependencies 2019-11-19 07:48:29 -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