API/api.medcify.app/node_modules/has
2022-09-26 11:41:44 +05:30
..
src final 2022-09-26 11:41:44 +05:30
test final 2022-09-26 11:41:44 +05:30
LICENSE-MIT final 2022-09-26 11:41:44 +05:30
package.json final 2022-09-26 11:41:44 +05:30
README.md final 2022-09-26 11:41:44 +05:30

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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