1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00
budibase/packages/standard-components/node_modules/has
2021-09-09 17:14:24 +01:00
..
src allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
test allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
LICENSE-MIT allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
package.json allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +01:00
README.md allow configuration of redis cluster with fully qualified redis URL 2021-09-09 17:14:24 +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