Upsilon-VsCode/Client/node_modules/has
Deukhoofd 95cff6f702
Initial
2019-02-17 18:07:28 +01:00
..
src Initial 2019-02-17 18:07:28 +01:00
test Initial 2019-02-17 18:07:28 +01:00
LICENSE-MIT Initial 2019-02-17 18:07:28 +01:00
README.md Initial 2019-02-17 18:07:28 +01:00
package.json Initial 2019-02-17 18:07:28 +01:00

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