install-nix-action/node_modules/has
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00
..
src v5 2019-11-13 17:14:48 +01:00
test v5 2019-11-13 17:14:48 +01:00
LICENSE-MIT v5 2019-11-13 17:14:48 +01:00
package.json v5 2019-11-13 17:14:48 +01:00
README.md v5 2019-11-13 17:14:48 +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