Files
glink-website/node_modules/has
Aravind142857 a8b8883b11 Node JS version
2023-06-09 20:10:18 -05:00
..
2023-06-09 20:10:18 -05:00
2023-06-09 20:10:18 -05:00
2023-06-09 20:10:18 -05:00
2023-06-09 20:10:18 -05:00
2023-06-09 20:10:18 -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