Jonathan Leitschuh e6e38bacfd
Dependencies
2021-05-28 09:27:28 -04:00
..
2021-05-28 09:27:28 -04:00
2021-05-28 09:27:28 -04:00
2021-05-28 09:27:28 -04:00
2021-05-28 09:27:28 -04:00
2021-05-28 09:27:28 -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