github-pages-deploy-action/node_modules/has
2020-01-27 23:58:23 -05:00
..
src Test... 2020-01-27 23:58:23 -05:00
test Test... 2020-01-27 23:58:23 -05:00
LICENSE-MIT Test... 2020-01-27 23:58:23 -05:00
package.json Test... 2020-01-27 23:58:23 -05:00
README.md Test... 2020-01-27 23:58:23 -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