pixelbattle/node_modules/has
leca eb425f4400 implemented basic client-server communication 2023-07-31 19:18:21 +03:00
..
src implemented basic client-server communication 2023-07-31 19:18:21 +03:00
test implemented basic client-server communication 2023-07-31 19:18:21 +03:00
LICENSE-MIT implemented basic client-server communication 2023-07-31 19:18:21 +03:00
README.md implemented basic client-server communication 2023-07-31 19:18:21 +03:00
package.json implemented basic client-server communication 2023-07-31 19:18:21 +03: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