CiscoTool_v1/netmiko_Api/node_modules/has
Joseph Le a3b6695f97 first update 2023-09-20 05:57:50 +00:00
..
src first update 2023-09-20 05:57:50 +00:00
test first update 2023-09-20 05:57:50 +00:00
LICENSE-MIT first update 2023-09-20 05:57:50 +00:00
README.md first update 2023-09-20 05:57:50 +00:00
package.json first update 2023-09-20 05:57:50 +00: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