github-pages-deploy-action/node_modules/has
2020-03-31 08:57:48 -04:00
..
src Dependencies 2020-01-28 00:08:03 -05:00
test Dependencies 2020-01-28 00:08:03 -05:00
LICENSE-MIT Dependencies Required 2020-01-28 00:07:56 -05:00
package.json 3.4.3 Dependencies 2020-03-31 08:57:48 -04: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