WASAPhoto/webui/node_modules/has
2022-11-24 14:46:29 +01:00
..
src Add decaf webui 2022-11-24 14:46:29 +01:00
test Add decaf webui 2022-11-24 14:46:29 +01:00
LICENSE-MIT Add decaf webui 2022-11-24 14:46:29 +01:00
package.json Add decaf webui 2022-11-24 14:46:29 +01:00
README.md Add decaf webui 2022-11-24 14:46:29 +01: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