David Gamero 9860cfe0c2
release v1.5 (#162)
Co-authored-by: David Gamero <davidgamero@microsoft.com>
2021-12-09 16:44:30 -05:00
..
2021-12-09 16:44:30 -05:00
2021-12-09 16:44:30 -05:00
2021-12-09 16:44:30 -05:00
2021-12-09 16:44:30 -05:00
2021-12-09 16:44:30 -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