Files
julia-buildpkg/node_modules/has/README.md
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

239 B

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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