HussainLatiff's picture
Added node.js AI Mastering module (#21)
0e27770 verified

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