dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/has
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00
..
src alacritty 2024-07-15 17:06:13 -06:00
test alacritty 2024-07-15 17:06:13 -06:00
LICENSE-MIT alacritty 2024-07-15 17:06:13 -06:00
package.json alacritty 2024-07-15 17:06:13 -06:00
README.md alacritty 2024-07-15 17:06:13 -06: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