webhook-action/node_modules/has
Joel Male e4e62ab7e8 Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
..
src Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
test Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
LICENSE-MIT Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
README.md Add node_modules until bundler is added 2020-08-26 09:57:08 +10:00
package.json Add node_modules until bundler is added 2020-08-26 09:57:08 +10: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