Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 239 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 239 Bytes

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true