Frontend/25_03_11/frontend_vizsgafeladat/backend/node_modules/has
2025-03-11 12:57:30 +01:00
..
src added orai 2025-03-11 12:57:30 +01:00
test added orai 2025-03-11 12:57:30 +01:00
LICENSE-MIT added orai 2025-03-11 12:57:30 +01:00
package.json added orai 2025-03-11 12:57:30 +01:00
README.md added orai 2025-03-11 12:57:30 +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