conventional-changelog-action/node_modules/has
Conventional Changelog Action 7f7af7582e chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
..
src chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
test chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
LICENSE-MIT chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
README.md chore(release): v3.4.1 2020-10-30 22:27:33 +00:00
package.json chore(release): v3.4.1 2020-10-30 22:27:33 +00:00

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