APL/DEV 4.3/TP07/node_modules/has
2023-03-24 16:04:40 +01:00
..
src upload 2023-03-24 16:04:40 +01:00
test upload 2023-03-24 16:04:40 +01:00
LICENSE-MIT upload 2023-03-24 16:04:40 +01:00
package.json upload 2023-03-24 16:04:40 +01:00
README.md upload 2023-03-24 16:04:40 +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