4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-08 13:36:56 +00:00
setup-helm/node_modules/has
2022-03-03 20:14:40 +00:00
..
src Add node modules and compiled JavaScript from main 2022-03-03 20:14:40 +00:00
test Add node modules and compiled JavaScript from main 2022-03-03 20:14:40 +00:00
LICENSE-MIT Add node modules and compiled JavaScript from main 2022-03-03 20:14:40 +00:00
package.json Add node modules and compiled JavaScript from main 2022-03-03 20:14:40 +00:00
README.md Add node modules and compiled JavaScript from main 2022-03-03 20:14:40 +00: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