wrangler-action/node_modules/has
2023-08-07 15:11:15 -05:00
..
src Temp fix for deps issue 2023-08-07 15:11:15 -05:00
test Temp fix for deps issue 2023-08-07 15:11:15 -05:00
LICENSE-MIT Temp fix for deps issue 2023-08-07 15:11:15 -05:00
package.json Temp fix for deps issue 2023-08-07 15:11:15 -05:00
README.md Temp fix for deps issue 2023-08-07 15:11:15 -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