tarot / node_modules /has /README.md
biohazard333
Mensaje de commit
8775c1a

A newer version of the Streamlit SDK is available: 1.55.0

Upgrade

has

Object.prototype.hasOwnProperty.call shortcut

Installation

npm install --save has

Usage

var has = require('has');

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