legendary-doc-site/apps/core/assets/node_modules/has
2020-07-03 21:41:01 -05:00
..
src chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
test chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
LICENSE-MIT chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
package.json chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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