Files
2022-02-24 17:03:29 +00:00
..
2020-09-14 10:42:37 +01:00
2020-09-14 10:42:37 +01:00
2020-09-14 10:42:37 +01:00
2022-02-24 17:03:29 +00:00
2020-09-14 10:42:37 +01: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