wyling e2331159ee 'save' 4 lat temu
..
src e2331159ee 'save' 4 lat temu
test e2331159ee 'save' 4 lat temu
LICENSE-MIT e2331159ee 'save' 4 lat temu
README.md e2331159ee 'save' 4 lat temu
package.json e2331159ee 'save' 4 lat temu

README.md

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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