Duplicated from salomonsky/oraculo
A newer version of the Streamlit SDK is available: 1.55.0
1.55.0
Object.prototype.hasOwnProperty.call shortcut
npm install --save has
var has = require('has'); has({}, 'hasOwnProperty'); // false has(Object.prototype, 'hasOwnProperty'); // true