Files
storage-service-ui/node_modules/has
2020-07-05 09:07:36 +03:00
..
2020-07-05 09:07:36 +03:00
2020-07-05 09:07:36 +03:00
2020-07-05 09:07:36 +03:00
2020-07-05 09:07:36 +03:00
2020-07-05 09:07:36 +03: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