dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/has/README.md
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

239 B

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

has({}, 'hasOwnProperty'); // false
has(Object.prototype, 'hasOwnProperty'); // true