biketrack-app/node_modules/has
2022-07-11 10:27:11 +02:00
..
src first commit in testing 2022-07-11 10:27:11 +02:00
test first commit in testing 2022-07-11 10:27:11 +02:00
LICENSE-MIT first commit in testing 2022-07-11 10:27:11 +02:00
package.json first commit in testing 2022-07-11 10:27:11 +02:00
README.md first commit in testing 2022-07-11 10:27:11 +02: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