rayan-saleh
embeded gradio
7d9f678

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