actions/github/codeql-action-v2/node_modules/has
2026-01-31 18:56:04 +01:00
..
src initial commit of actions 2026-01-31 18:56:04 +01:00
test initial commit of actions 2026-01-31 18:56:04 +01:00
LICENSE-MIT initial commit of actions 2026-01-31 18:56:04 +01:00
package.json initial commit of actions 2026-01-31 18:56:04 +01:00
README.md initial commit of actions 2026-01-31 18:56:04 +01: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