conventional-changelog-action/node_modules/has
Conventional Changelog Action 64b6a5db05 chore(release): v3.11.0 2022-03-14 09:21:36 +00:00
..
src chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
test chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
LICENSE-MIT chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
README.md chore(release): v3.9.5 2021-10-05 21:52:13 +00:00
package.json chore(release): v3.11.0 2022-03-14 09:21:36 +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