Portfolio/Websites/Jefes/Backend/node_modules/has
2023-10-17 22:35:34 -07:00
..
src testing backend connection using express api 2023-10-17 22:35:34 -07:00
test testing backend connection using express api 2023-10-17 22:35:34 -07:00
LICENSE-MIT testing backend connection using express api 2023-10-17 22:35:34 -07:00
package.json testing backend connection using express api 2023-10-17 22:35:34 -07:00
README.md testing backend connection using express api 2023-10-17 22:35:34 -07: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