budibase/packages/sdk/node_modules/has
Budibase Helm Bot 8c24c7b1ff Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
..
src Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
test Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
LICENSE-MIT Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
README.md Helm Release: 2.0.3 2022-09-27 08:54:26 +00:00
package.json Helm Release: 2.0.3 2022-09-27 08:54:26 +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