A-New-Day-001's picture
Upload 1591 files
be5030f

A newer version of the Streamlit SDK is available: 1.44.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