budibase/packages/standard-components/node_modules/has
Martin McKeaveney 990882f9db allow configuration of redis cluster with fully qualified redis URL 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
README.md 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

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true