mikx1's picture
Upload folder using huggingface_hub
b5ea024

A newer version of the Gradio SDK is available: 5.23.3

Upgrade

Object.clear (ext/object/clear)

Deletes all own, enumerable, non-symbol properties in the object

const clear = require("ext/object/clear");

const obj = { foo: "bar" };

clear(obj);
Object.keys(obj); // []