system_assignation/node_modules/has
2022-03-24 09:22:39 -04:00
..
src add working version of ep_workflow 2022-03-24 09:22:39 -04:00
test add working version of ep_workflow 2022-03-24 09:22:39 -04:00
LICENSE-MIT add working version of ep_workflow 2022-03-24 09:22:39 -04:00
package.json add working version of ep_workflow 2022-03-24 09:22:39 -04:00
README.md add working version of ep_workflow 2022-03-24 09:22:39 -04: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