Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
function a() {}
var b = function () {};
let c = 123;
const d = "hello";
class e {}
const aa = a;
const bb = b;
const cc = c;
const dd = d;
const ee = e;
const ff = f;